mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 08:51:32 -05:00
✨ Adds new shortcut for zoom in
This commit is contained in:
parent
fbbb079599
commit
ec1cc8ec64
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
:fn #(st/emit! (dw/toggle-layout-flags :scale-text))}
|
||||
|
||||
:increase-zoom {:tooltip "+"
|
||||
:command "+"
|
||||
:command ["+" "="]
|
||||
:fn #(st/emit! (dw/increase-zoom nil))}
|
||||
|
||||
:decrease-zoom {:tooltip "-"
|
||||
|
|
Loading…
Add table
Reference in a new issue