// Place your key bindings in this file to override the defaultsauto[] [ { "key": "ctrl+k ctrl+u", "command": "-editor.action.removeCommentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+k ctrl+u", "command": "editor.action.transformToUppercase" }, { "key": "ctrl+k ctrl+l", "command": "-editor.toggleFold", "when": "editorTextFocus && foldingEnabled" }, { "key": "ctrl+k ctrl+l", "command": "editor.action.transformToLowercase" }, { "key": "ctrl+k ctrl+j", "command": "-editor.unfoldAll", "when": "editorTextFocus && foldingEnabled" }, { "key": "ctrl+k ctrl+j", "command": "editor.action.joinLines" } ]