0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

🐛 Moved shortcut for clearing history

This commit is contained in:
alonso.torres 2024-02-21 17:26:39 +01:00 committed by Andrey Antukh
parent ff88f30c74
commit d95d79a7c2

View file

@ -56,8 +56,8 @@
:subsections [:edit] :subsections [:edit]
:fn #(emit-when-no-readonly dwc/redo)} :fn #(emit-when-no-readonly dwc/redo)}
:clear-undo {:tooltip (ds/alt "Z") :clear-undo {:tooltip (ds/alt "Q")
:command "alt+z" :command "alt+q"
:subsections [:edit] :subsections [:edit]
:fn #(emit-when-no-readonly dwu/reinitialize-undo)} :fn #(emit-when-no-readonly dwu/reinitialize-undo)}