Set undo keybinding to meta-y

This commit is contained in:
Matt Colyer
2013-10-18 13:58:13 -07:00
committed by Ben Ogle
parent 2574e4b6ee
commit 3eab78bc23

View File

@@ -29,7 +29,7 @@
'shift-backspace': 'core:backspace'
'delete': 'core:delete'
'meta-z': 'core:undo'
'meta-Z': 'core:redo'
'meta-y': 'core:redo'
'meta-x': 'core:cut'
'meta-c': 'core:copy'
'meta-v': 'core:paste'