mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 04:06:10 +00:00
✨ Show correct kb shortcuts for zoom
This commit is contained in:
@@ -54,11 +54,11 @@
|
||||
[:li {:on-click on-decrease}
|
||||
"Zoom out" [:span "-"]]
|
||||
[:li {:on-click on-zoom-to-50}
|
||||
"Zoom to 50%"]
|
||||
"Zoom to 50%" [:span "Shift + 0"]]
|
||||
[:li {:on-click on-zoom-to-100}
|
||||
"Zoom to 100%" [:span "Shift + 0"]]
|
||||
"Zoom to 100%" [:span "Shift + 1"]]
|
||||
[:li {:on-click on-zoom-to-200}
|
||||
"Zoom to 200%"]]]]))
|
||||
"Zoom to 200%" [:span "Shift + 2"]]]]]))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user