I have an existing shortcut which maximize the terminal window,
{
"key": "ctrl+`",
"command": "workbench.action.toggleMaximizedPanel"
}
I would like to add an additional command to the shortcut to shift the focus to the terminal window when it is maximized and back to editor window when it is minimized. is this possible in vscode?