mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 21:28:30 +02:00
✨ Add '_' as zoom out shortcut
This commit is contained in:
parent
f638a2ff49
commit
bda941746b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
:fn #(st/emit! (dw/increase-zoom nil))}
|
||||
|
||||
:decrease-zoom {:tooltip "-"
|
||||
:command "-"
|
||||
:command ["-" "_"]
|
||||
:fn #(st/emit! (dw/decrease-zoom nil))}
|
||||
|
||||
:group {:tooltip (ds/meta "G")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue