mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Hack in fix for apple keybindings.
The real problem is that they keybinding match algorithm is wrong.
This commit is contained in:
@@ -5,9 +5,9 @@ window.keymap.bindKeys '.editor'
|
||||
'meta-left': 'move-to-beginning-of-line'
|
||||
'alt-left': 'move-to-beginning-of-word'
|
||||
'alt-right': 'move-to-end-of-word'
|
||||
'shift-meta-up': 'select-to-top'
|
||||
'shift-meta-down': 'select-to-bottom'
|
||||
'shift-meta-left': 'select-to-beginning-of-line'
|
||||
'shift-meta-right': 'select-to-end-of-line'
|
||||
'shift-alt-left': 'select-to-beginning-of-word'
|
||||
'shift-alt-right': 'select-to-end-of-word'
|
||||
'meta-shift-up': 'select-to-top'
|
||||
'meta-shift-down': 'select-to-bottom'
|
||||
'meta-shift-left': 'select-to-beginning-of-line'
|
||||
'meta-shift-right': 'select-to-end-of-line'
|
||||
'alt-shift-left': 'select-to-beginning-of-word'
|
||||
'alt-shift-right': 'select-to-end-of-word'
|
||||
Reference in New Issue
Block a user