mirror of
https://github.com/penpot/penpot.git
synced 2025-07-06 02:57:29 +02:00
✨ Show correct kb shortcuts for zoom
This commit is contained in:
parent
45422722c7
commit
065ab2aade
1 changed files with 3 additions and 3 deletions
|
@ -54,11 +54,11 @@
|
||||||
[:li {:on-click on-decrease}
|
[:li {:on-click on-decrease}
|
||||||
"Zoom out" [:span "-"]]
|
"Zoom out" [:span "-"]]
|
||||||
[:li {:on-click on-zoom-to-50}
|
[:li {:on-click on-zoom-to-50}
|
||||||
"Zoom to 50%"]
|
"Zoom to 50%" [:span "Shift + 0"]]
|
||||||
[:li {:on-click on-zoom-to-100}
|
[: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}
|
[:li {:on-click on-zoom-to-200}
|
||||||
"Zoom to 200%"]]]]))
|
"Zoom to 200%" [:span "Shift + 2"]]]]]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue