10 lines
198 B
JSON
10 lines
198 B
JSON
[
|
|
{
|
|
"key": "shift+enter",
|
|
"command": "workbench.action.terminal.sendSequence",
|
|
"args": {
|
|
"text": "\u001b\r"
|
|
},
|
|
"when": "terminalFocus"
|
|
}
|
|
] |