Added Ctrl+Shift+Z to redo.

This commit is contained in:
David Capello 2010-03-07 16:48:21 -02:00
parent 1fdd045099
commit ef51fd59ea

View File

@ -18,6 +18,7 @@
<!-- edit -->
<key command="undo" shortcut="Ctrl+Z" /> <key command="undo" shortcut="Ctrl+U" />
<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" />
<key command="copy" shortcut="Ctrl+C" /> <key command="copy" shortcut="Ctrl+Ins" />
<key command="paste" shortcut="Ctrl+V" /> <key command="paste" shortcut="Shift+Ins" />