0
Fork 0
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:
alonso.torres 2022-02-03 18:32:06 +01:00
parent fbbb079599
commit ec1cc8ec64

View file

@ -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 "-"