更新 'keybindings_mac.json'
This commit is contained in:
parent
b314390663
commit
6b259eb6c7
|
@ -392,7 +392,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "cmd+shift+w",
|
"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+;",
|
"key": "shift+cmd+;",
|
||||||
|
|
Loading…
Reference in New Issue