Hello. I’d like to toggle from chat input to terminal focus. I know that you do cmd+L to focus onto chat. See the image of where I expect to begin focusing from.
What is the keybinding that conditions when the text input is focused? I tried the below and it did not work:
{
“key”: “cmd+m”,
“command”: “workbench.action.terminal.focus”,
“when”: “!terminalFocus && inChatInput”
},