Menu Items only show keyBindings that match the selector "body"

This commit is contained in:
probablycorey
2013-08-19 15:27:58 -07:00
committed by Corey Johnson & Nathan Sobo
parent 477ac1768b
commit 0c542d2317
3 changed files with 6 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ window.startEditorWindow = ->
atom.activatePackages()
keymap.loadUserKeymaps()
atom.requireUserInitScript()
ipc.sendChannel 'keymap-loaded', keymap.toObject()
ipc.sendChannel 'keymap-loaded', keymap.toObject('body')
$(window).on 'unload', -> unloadEditorWindow(); false
atom.show()
atom.focus()