diff --git a/keymaps/base.cson b/keymaps/base.cson index 0f40e136f..207189960 100644 --- a/keymaps/base.cson +++ b/keymaps/base.cson @@ -50,7 +50,7 @@ 'shift-delete': 'core:cut' # Inputs are native by default. -'body input, body textarea, body *[contenteditable=true]': +'body input, body textarea, body *[contenteditable]': 'up': 'native!' 'left': 'native!' 'down': 'native!' @@ -63,12 +63,25 @@ 'ctrl-left': 'native!' 'ctrl-down': 'native!' 'ctrl-right': 'native!' + 'shfit-up': 'native!' + 'shfit-left': 'native!' + 'shfit-down': 'native!' + 'shfit-right': 'native!' + 'escape': 'native!' + 'pageup': 'native!' + 'pagedown': 'native!' + 'shift-pageup': 'native!' + 'shift-pagedown': 'native!' 'enter': 'native!' + 'cmd-enter': 'native!' + 'ctrl-enter': 'native!' + 'shift-enter': 'native!' 'tab': 'core:focus-next' 'shift-tab': 'core:focus-previous' 'backspace': 'native!' 'shift-backspace': 'native!' 'delete': 'native!' + 'shift-delete': 'native!' 'cmd-z': 'native!' 'cmd-Z': 'native!' 'cmd-x': 'native!'