2020-11-16 00:13:47 +01:00
|
|
|
// Place your key bindings in this file to override the defaultsauto[]
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"key": "ctrl+enter",
|
|
|
|
"command": "workbench.action.terminal.toggleTerminal"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "ctrl+shift+[Equal]",
|
|
|
|
"command": "-workbench.action.terminal.toggleTerminal"
|
2022-02-25 16:01:57 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "ctrl+shift+c",
|
|
|
|
"command": "-workbench.action.terminal.openNativeConsole",
|
|
|
|
"when": "!terminalFocus"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "ctrl+shift+enter",
|
|
|
|
"command": "workbench.action.terminal.new",
|
|
|
|
"when": "terminalProcessSupported && terminalFocus"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "ctrl+shift+`",
|
|
|
|
"command": "-workbench.action.terminal.new",
|
|
|
|
"when": "terminalProcessSupported"
|
2020-11-16 00:13:47 +01:00
|
|
|
}
|
|
|
|
]
|