Use body instead of workspace so keymaps work inside spec window

This commit is contained in:
probablycorey 2014-01-21 16:48:56 -08:00
parent e53ed10169
commit 1142da1848
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
'.workspace':
'body':
# Apple specific
'cmd-q': 'application:quit'
'cmd-h': 'application:hide'
@ -148,7 +148,7 @@
'cmd-k cmd-9': 'editor:fold-at-indent-level-9'
# allow standard input fields to work correctly
'.workspace .native-key-bindings':
'body .native-key-bindings':
'cmd-z': 'native!'
'cmd-Z': 'native!'
'cmd-x': 'native!'

View File

@ -1,4 +1,4 @@
'.workspace':
'body':
# Atom Specific
'enter': 'core:confirm'
'escape': 'core:cancel'
@ -94,7 +94,7 @@
'ctrl-k ctrl-9': 'editor:fold-at-indent-level-9'
# allow standard input fields to work correctly
'.workspace .native-key-bindings':
'body .native-key-bindings':
'ctrl-z': 'native!'
'ctrl-Z': 'native!'
'ctrl-x': 'native!'