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:
parent
ff88f30c74
commit
d95d79a7c2
1 changed files with 2 additions and 2 deletions
|
@ -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)}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue