0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -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]
:fn #(emit-when-no-readonly dwc/redo)}
:clear-undo {:tooltip (ds/alt "Z")
:command "alt+z"
:clear-undo {:tooltip (ds/alt "Q")
:command "alt+q"
:subsections [:edit]
:fn #(emit-when-no-readonly dwu/reinitialize-undo)}