[ { "key": "ctrl+0", "command": "extension.multiCommand.execute" , "args": { "command": "multiCommand.indentCodeAll" }, "when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly" }, { "key": "shift+alt+f", "command": "-editor.action.formatDocument", "when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly" }, { "key": "ctrl+8", "command": "editor.action.transformToUppercase", "when": "editorTextFocus" }, { "key": "ctrl+9", "command": "eslint.executeAutofix", "when": "editorTextFocus" }, { "key": "ctrl+oem_minus", "command": "editor.action.transformToLowercase" } ]