0
Fork 0
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:
Andrey Antukh 2016-01-10 23:17:43 +02:00
parent 2f6432bf24
commit 09c383a1bd

View file

@ -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))})
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;