mirror of
https://github.com/penpot/penpot.git
synced 2026-07-27 16:38:13 +00:00
Deselect all shapes on ESC is clicked.
This commit is contained in:
parent
2f6432bf24
commit
09c383a1bd
@ -18,7 +18,7 @@
|
||||
:ctrl+shift+f #(rs/emit! (dw/toggle-toolbox :draw))
|
||||
:ctrl+shift+i #(rs/emit! (dw/toggle-toolbox :icons))
|
||||
:ctrl+shift+l #(rs/emit! (dw/toggle-toolbox :layers))
|
||||
:esc (constantly nil)
|
||||
:esc #(rs/emit! (dw/deselect-all))
|
||||
:backspace #(rs/emit! (dw/remove-selected))})
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user