// Place your key bindings in this file to override the defaultsauto[] [ { "key": "cmd+[Backquote]", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+cmd+7", "command": "-editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" } ]