mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +00:00
Add the standard Ctrl+Y keyboard shortcut to execute Redo command.
This commit is contained in:
parent
8e94cfc341
commit
deb3fdb48a
@ -20,6 +20,7 @@
|
||||
<key command="Exit" shortcut="Esc" />
|
||||
<!-- Edit -->
|
||||
<key command="Undo" shortcut="Ctrl+Z" /> <key command="Undo" shortcut="Ctrl+U" />
|
||||
<key command="Redo" shortcut="Ctrl+Y" />
|
||||
<key command="Redo" shortcut="Ctrl+R" />
|
||||
<key command="Redo" shortcut="Ctrl+Shift+Z" />
|
||||
<key command="Cut" shortcut="Ctrl+X" /> <key command="Cut" shortcut="Shift+Del" />
|
||||
|
Loading…
Reference in New Issue
Block a user