[ { "key": "alt+w k", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" }, { "key": "alt+w k", "command": "workbench.action.focusActiveEditorGroup", "when": "problemFocus" }, { "key": "alt+w k", "command": "workbench.action.focusActiveEditorGroup", "when": "palenFocus" }, // { // "key": "ctrl+w ctrl+h", // "command": "workbench.action.evenEditorWidths" // }, // { // "key": "ctrl+w shift+.", // "command": "workbench.action.increaseViewSize" // }, // { // "key": "ctrl+w shift+.", // "command": "workbench.action.increaseViewSize" // }, { "key": "g t", "command": "workbench.action.nextPanelView", "when": "panelFocus" }, { "key": "g T", "command": "workbench.action.previousPanelView", "when": "panelFocus" }, { "key": "cmd+ctrl+/", "command": "workbench.action.terminal.new" }, { "key": "ctrl+/", "command": "workbench.action.terminal.toggleTerminal", "when": "!terminalFocus" }, { "key": "ctrl+/", "command": "workbench.action.nextPanelView", "when": "terminalFocus" } ]