mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 06:41:37 +02:00
🐛 Change shortcut for "Clear undo"
This commit is contained in:
parent
643e58c61b
commit
73d2aad4db
2 changed files with 3 additions and 2 deletions
|
@ -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)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue