mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Add more shortcuts to workspace.
This commit is contained in:
parent
08e02800d2
commit
46ec80dd04
@ -15,6 +15,7 @@
|
||||
(defonce ^:static +shortcuts+
|
||||
#{:ctrl+g
|
||||
:ctrl+shift+f
|
||||
:ctrl+shift+i
|
||||
:ctrl+shift+l})
|
||||
|
||||
(defonce ^:static ^:private +bus+
|
||||
@ -54,6 +55,10 @@
|
||||
[_]
|
||||
(rs/emit! (dw/toggle-toolbox :layers)))
|
||||
|
||||
(defmethod -handle-event :ctrl+shift+i
|
||||
[_]
|
||||
(rs/emit! (dw/toggle-toolbox :icons)))
|
||||
|
||||
(defmethod -handle-event :ctrl+shift+f
|
||||
[_]
|
||||
(rs/emit! (dw/toggle-toolbox :draw)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user