📅  最后修改于: 2022-03-11 14:56:14.783000             🧑  作者: Mango
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
}