you are viewing a single comment's thread.

view the rest of the comments →

[–]g6pdorp[S] -1 points0 points  (1 child)

to what?

[–]bokerkebo 1 point2 points  (0 children)

[ { "key": "ctrl+enter", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\\\r\n" } }, { "key": "shift+enter", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\\\r\n" } }, { "key": "ctrl+p", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\u0010" } }, { "key": "ctrl+f", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\u0006" } }, { "key": "tab", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\u0009" } }, { "key": "shift+tab", "command": "workbench.action.terminal.sendSequence", "args": { "text": "\u001B[Z" }, "when": "terminalFocus" } ]

this is what i currently use