mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Menu Items only show keyBindings that match the selector "body"
This commit is contained in:
committed by
Corey Johnson & Nathan Sobo
parent
477ac1768b
commit
0c542d2317
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user