mirror of
https://github.com/penpot/penpot.git
synced 2026-05-31 20:58:08 +00:00
✨ Add '_' as zoom out shortcut
This commit is contained in:
parent
f638a2ff49
commit
bda941746b
@ -84,7 +84,7 @@
|
|||||||
:fn #(st/emit! (dw/increase-zoom nil))}
|
:fn #(st/emit! (dw/increase-zoom nil))}
|
||||||
|
|
||||||
:decrease-zoom {:tooltip "-"
|
:decrease-zoom {:tooltip "-"
|
||||||
:command "-"
|
:command ["-" "_"]
|
||||||
:fn #(st/emit! (dw/decrease-zoom nil))}
|
:fn #(st/emit! (dw/decrease-zoom nil))}
|
||||||
|
|
||||||
:group {:tooltip (ds/meta "G")
|
:group {:tooltip (ds/meta "G")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user