Upgrade to atom-keymap 0.26

This added support for custom number pad keybindings so num-enter
is now mapped to the editor:newline command and the core:confirm
command.
This commit is contained in:
Kevin Sawicki
2014-05-29 11:28:24 -07:00
parent 5418e74fb9
commit b936e126da
5 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
'body':
# Atom Specific
'enter': 'core:confirm'
'num-enter': 'core:confirm'
'escape': 'core:cancel'
'up': 'core:move-up'
'down': 'core:move-down'