From b2671c05806f0858b4e359bd4b676163d3ce97b8 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 7 Jul 2023 17:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/keybindings.json b/keybindings.json index d3d0f5d..1effcff 100644 --- a/keybindings.json +++ b/keybindings.json @@ -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" } ] \ No newline at end of file