mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 14:21:42 -05:00
Deselect all shapes on ESC is clicked.
This commit is contained in:
parent
2f6432bf24
commit
09c383a1bd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue