diff --git a/keymaps/base.cson b/keymaps/base.cson index e4e6faab7..dd8a5973b 100644 --- a/keymaps/base.cson +++ b/keymaps/base.cson @@ -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!'