mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 23:27:13 +02:00
✨ Override browser default zoom shortcuts with penpot zoom
This commit is contained in:
parent
dde27eb736
commit
9bb2c79ef8
5 changed files with 36 additions and 3 deletions
|
@ -45,6 +45,10 @@
|
|||
(def enter? (is-key? "Enter"))
|
||||
(def space? (is-key? " "))
|
||||
(def z? (is-key-ignore-case? "z"))
|
||||
(def equals? (is-key? "="))
|
||||
(def plus? (is-key? "+"))
|
||||
(def minus? (is-key? "-"))
|
||||
(def underscore? (is-key? "_"))
|
||||
(def up-arrow? (is-key? "ArrowUp"))
|
||||
(def down-arrow? (is-key? "ArrowDown"))
|
||||
(def left-arrow? (is-key? "ArrowLeft"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue