|
1079 | 1079 | "key": "shift+escape", |
1080 | 1080 | "mac": "shift+escape", |
1081 | 1081 | "command": "workbench.action.toggleSidebarVisibility", |
1082 | | - "when": "!editorFocus && !terminalFocus && !problemFocus && !inDebugRepl", |
1083 | | - "intellij": "Hide active or last active window (Sidebar)" |
| 1082 | + "when": "sideBarFocus", |
| 1083 | + "intellij": "Hide Active Tool Window" |
1084 | 1084 | }, |
1085 | | - /* |
1086 | 1085 | { |
1087 | 1086 | "key": "shift+escape", |
1088 | 1087 | "mac": "shift+escape", |
1089 | | - "command": "workbench.action.output.toggleOutput", |
1090 | | - "when": "outputFocus", |
1091 | | - "intellij": "Hide active or last active window (Output)" |
| 1088 | + "command": "workbench.action.toggleAuxiliaryBar", |
| 1089 | + "when": "auxiliaryBarFocus", |
| 1090 | + "intellij": "Hide Active Tool Window" |
1092 | 1091 | }, |
1093 | | -*/ |
1094 | 1092 | { |
1095 | 1093 | "key": "shift+escape", |
1096 | 1094 | "mac": "shift+escape", |
1097 | | - "command": "workbench.actions.view.problems", |
1098 | | - "intellij": "Hide active or last active window (Problems)" |
| 1095 | + "command": "workbench.action.togglePanel", |
| 1096 | + "when": "panelFocus", |
| 1097 | + "intellij": "Hide Active Tool Window" |
1099 | 1098 | }, |
1100 | | - { |
1101 | | - "key": "shift+escape", |
1102 | | - "mac": "shift+escape", |
1103 | | - "command": "workbench.debug.action.toggleRepl", |
1104 | | - "when": "debuggersAvailable", |
1105 | | - "intellij": "Hide active or last active window (Debug Console)" |
1106 | | - }, |
1107 | | - { |
1108 | | - "key": "shift+escape", |
1109 | | - "mac": "shift+escape", |
1110 | | - "command": "workbench.action.terminal.toggleTerminal", |
1111 | | - "intellij": "Hide active or last active window (Terminal)" |
1112 | | - }, |
1113 | | - /* |
1114 | | - { |
1115 | | - "key": "shift+escape", |
1116 | | - "mac": "shift+escape", |
1117 | | - "command": "", |
1118 | | - "when": "panelVisible", |
1119 | | - "intellij": "Hide active or last active window (Panel)", |
1120 | | - "todo": "not support panelVisible VS Code #14779" |
1121 | | - }, |
1122 | | -*/ |
1123 | 1099 | /* |
1124 | 1100 | { |
1125 | 1101 | "key": "ctrl+shift+f4", |
|
0 commit comments