更新 'keybindings_mac.json'

This commit is contained in:
colin 2020-11-13 17:37:18 +08:00
parent b314390663
commit 6b259eb6c7
1 changed files with 7 additions and 1 deletions

View File

@ -392,7 +392,13 @@
},
{
"key": "cmd+shift+w",
"command": "workbench.action.quickSwitchWindow"
"command": "workbench.action.quickSwitchWindow",
"when": "!inQuickOpen"
},
{
"key": "cmd+shift+w",
"command": "workbench.action.quickOpenSelectNext",
"when": "inQuickOpen"
},
{
"key": "shift+cmd+;",