📜  视觉代码最大化终端快捷方式 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:14.783000             🧑  作者: Mango

代码示例1
1) ctrl + shift + p
2) Type: Open keyboards Shortcuts (JSON)
3) Add this

{
    "key": "ctrl+shift+q", // or other keys
    "command": "workbench.action.toggleMaximizedPanel",
    "when": "!terminalFocus" // optional
}