mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 04:08:15 +02:00
✨ Add visualization and mouse control to paddings in frames with layout
This commit is contained in:
parent
fd673b39a4
commit
4d90d36225
11 changed files with 298 additions and 7 deletions
|
@ -50,6 +50,7 @@
|
|||
(def left-arrow? (is-key? "ArrowLeft"))
|
||||
(def right-arrow? (is-key? "ArrowRight"))
|
||||
(def alt-key? (is-key? "Alt"))
|
||||
(def shift-key? (is-key? "Shift"))
|
||||
(def ctrl-key? (is-key? "Control"))
|
||||
(def meta-key? (is-key? "Meta"))
|
||||
(def comma? (is-key? ","))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue