support ctrl-shift-home/end on Windows

fixes issue #2989
Esse commit está contido em:
jordanbtucker
2014-07-16 11:30:47 -07:00
commit af5384cd51
+2
Ver Arquivo
@@ -84,6 +84,8 @@
'ctrl-delete': 'editor:delete-to-end-of-word'
'ctrl-home': 'core:move-to-top'
'ctrl-end': 'core:move-to-bottom'
'ctrl-shift-home': 'core:select-to-top'
'ctrl-shift-end': 'core:select-to-bottom'
# Sublime Parity
'ctrl-a': 'core:select-all'