mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Replace upperCase with shift-lowerCase
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
'ctrl-n': 'core:move-down'
|
||||
'ctrl-b': 'core:move-left'
|
||||
'ctrl-f': 'core:move-right'
|
||||
'ctrl-P': 'core:select-up'
|
||||
'ctrl-shift-p': 'core:select-up'
|
||||
'ctrl-shift-n': 'core:select-down'
|
||||
'ctrl-shift-f': 'core:select-right'
|
||||
'ctrl-shift-b': 'core:select-left'
|
||||
|
||||
Reference in New Issue
Block a user