Add the standard Ctrl+Y keyboard shortcut to execute Redo command.

This commit is contained in:
David Capello 2012-01-07 20:33:34 -03:00
parent 8e94cfc341
commit deb3fdb48a

View File

@ -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" />