We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ebcfc commit e059eefCopy full SHA for e059eef
config/vscode/Application Support/keybindings.json
@@ -347,7 +347,7 @@
347
{
348
"key": "cmd+enter",
349
"command": "workbench.action.toggleMaximizedPanel",
350
- "when": "panelAlignment == 'center' || panelPosition != 'bottom' && panelPosition != 'top'"
+ "when": "terminalFocus && (panelAlignment == 'center' || panelPosition != 'bottom' && panelPosition != 'top')"
351
},
352
353
"key": "shift+cmd+y",
0 commit comments