[ { "key": "shift+alt+right", "command": "editor.action.indentLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+alt+left", "command": "outdent", "when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus" }, { "key": "ctrl+shift+e", "command": "-workbench.action.quickOpenNavigatePreviousInFilePicker", "when": "inFilesPicker && inQuickOpen" }, { "key": "ctrl+shift+e", "command": "-workbench.view.explorer" }, { "key": "ctrl+shift+z", "command": "editor.action.smartSelect.shrink", "when": "editorTextFocus" }, { "key": "shift+alt+left", "command": "-editor.action.smartSelect.shrink", "when": "editorTextFocus" }, { "key": "ctrl+shift+e", "command": "editor.action.smartSelect.expand", "when": "editorTextFocus" }, { "key": "shift+alt+right", "command": "-editor.action.smartSelect.expand", "when": "editorTextFocus" }, { "key": "alt+shift+f", "command": "editor.action.format", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+down", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+up", "command": "editor.action.copyLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "alt+shift+down", "command": "editor.action.moveLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "alt+shift+up", "command": "editor.action.moveLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+e", "command": "editor.action.clipboardCutAction", "when": "editorTextFocus && !editorReadonly" } ]