更新 'keybindings.json'

This commit is contained in:
colin 2023-07-07 17:12:32 +08:00
parent 74d7622626
commit b2671c0580
1 changed files with 10 additions and 0 deletions

View File

@ -491,5 +491,15 @@
"key": "shift+cmd+e",
"command": "workbench.view.explorer",
"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"
}
]