🐛 Change shortcut for "Clear undo"

This commit is contained in:
Pablo Alba 2022-09-08 16:24:37 +02:00
parent 643e58c61b
commit 73d2aad4db
2 changed files with 3 additions and 2 deletions

View file

@ -45,8 +45,8 @@
:subsections [:edit]
:fn #(st/emit! dwc/redo)}
:clear-undo {:tooltip (ds/meta "Q")
:command (ds/c-mod "q")
:clear-undo {:tooltip (ds/alt "Z")
:command "alt+z"
:subsections [:edit]
:fn #(st/emit! dwu/reinitialize-undo)}