[ { "key": "ctrl+[Backslash]", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+d", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+up", "command": "editor.action.moveLinesUpAction" }, { "key": "ctrl+shift+down", "command": "editor.action.moveLinesDownAction" }, { "key": "ctrl+shift+-", "command": "workbench.action.terminal.new", "when": "terminalProcessSupported || terminalWebExtensionContributedProfile" }, { "key": "shift+alt+r", "command": "remote-containers.reopenInContainer" }, { "key": "shift+enter", "command": "workbench.action.terminal.sendSequence", "args": { "text": "\\\r\n" }, "when": "terminalFocus" }, { "key": "ctrl+enter", "command": "inlineChat.start", "when": "editorTextFocus && !editorReadonly" } ]