Shortcut with multiple command in VSCode
问题 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? 回答1: I think you will have to use a macro extension like multi-command to run multiple commands with one keybinding. Once you have installed multi-command, in your