更新 'keybindings.json'
This commit is contained in:
parent
74d7622626
commit
b2671c0580
|
@ -491,5 +491,15 @@
|
||||||
"key": "shift+cmd+e",
|
"key": "shift+cmd+e",
|
||||||
"command": "workbench.view.explorer",
|
"command": "workbench.view.explorer",
|
||||||
"when": "viewContainer.workbench.view.explorer.enabled"
|
"when": "viewContainer.workbench.view.explorer.enabled"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "shift+cmd+a",
|
||||||
|
"command": "workbench.files.action.focusOpenEditorsView",
|
||||||
|
"when": "workbench.explorer.openEditorsView.active"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "cmd+k e",
|
||||||
|
"command": "-workbench.files.action.focusOpenEditorsView",
|
||||||
|
"when": "workbench.explorer.openEditorsView.active"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue