// Place your key bindings in this file to override the defaultsauto[] [ { "key": "ctrl+s", "command": "workbench.action.files.saveAll" }, { "key": "ctrl+shift+u", "command": "editor.action.transformToUppercase", "when": "editorTextFocus" }, { "key": "ctrl+shift+l", "command": "editor.action.transformToLowercase", "when": "editorTextFocus" } ]