Add ' body' to make .native-binding selector more specific

This commit is contained in:
probablycorey
2013-12-02 15:26:35 -08:00
parent 7d967e71f4
commit 0b5cad27d2

View File

@@ -34,7 +34,7 @@
'escape': 'editor:consolidate-selections'
# allow standard input fields to work correctly
'input:not(.hidden-input), .native-key-bindings':
'body .native-key-bindings':
'tab': 'core:focus-next'
'shift-tab': 'core:focus-previous'
'enter': 'native!'