Improve ctrl-delete binding for Win32

This commit is contained in:
James R Sconfitto
2014-05-12 11:22:34 -04:00
parent 5e7cbbf506
commit 65e8de9db8

View File

@@ -64,7 +64,7 @@
'ctrl-shift-left': 'editor:select-to-beginning-of-word'
'ctrl-shift-right': 'editor:select-to-end-of-word'
'ctrl-backspace': 'editor:backspace-to-beginning-of-word'
'ctrl-delete': 'editor:backspace-to-beginning-of-word'
'ctrl-delete': 'editor:delete-to-end-of-word'
'ctrl-home': 'core:move-to-top'
'ctrl-end': 'core:move-to-bottom'