From e2c30144513f5a5b704537dc8bea2a88b3c99cf0 Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Wed, 1 Jul 2026 14:35:14 +0000 Subject: [PATCH] Update for VSCode 1.127.0 --- linux.keybindings.json | 8 ++++---- linux.negative.keybindings.json | 8 ++++---- macos.keybindings.json | 8 +++++--- macos.negative.keybindings.json | 8 +++++--- windows.keybindings.json | 8 ++++++-- windows.negative.keybindings.json | 8 ++++++-- 6 files changed, 30 insertions(+), 18 deletions(-) diff --git a/linux.keybindings.json b/linux.keybindings.json index 54127f4..fc5d02b 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.126.0 for Linux +// Default Keybindings of Visual Studio Code 1.127.0 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1713,8 +1713,6 @@ { "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, - { "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText", - "when": "outputFilterFocus" }, { "key": "escape", "command": "workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "workbench.banner.focusNextAction", @@ -1830,6 +1828,8 @@ "when": "agentSessionsViewerFocused && !isSessionsWindow" }, { "key": "ctrl+alt+enter", "command": "workbench.action.chat.skipTool", "when": "chatHasToolConfirmation && inChat" }, + { "key": "escape", "command": "workbench.action.closeModalEditor", + "when": "editorPartModal && listFocus && !treeFindOpen && !treestickyScrollFocused" }, { "key": "ctrl+pagedown", "command": "workbench.action.debug.nextConsole", "when": "inDebugRepl" }, { "key": "ctrl+pageup", "command": "workbench.action.debug.prevConsole", @@ -1952,7 +1952,7 @@ { "key": "f2", "command": "renameFile", "when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, { "key": "escape", "command": "workbench.action.closeModalEditor", - "when": "editorPartModal && !editorFocus" }, + "when": "editorPartModal && !editorFocus && !listFocus" }, { "key": "f5", "command": "workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f11", "command": "workbench.action.debug.stepInto", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index 2e00d89..e73f983 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.126.0 for Linux +// Default Keybindings of Visual Studio Code 1.127.0 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1713,8 +1713,6 @@ { "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, - { "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText", - "when": "outputFilterFocus" }, { "key": "escape", "command": "-workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "-workbench.banner.focusNextAction", @@ -1830,6 +1828,8 @@ "when": "agentSessionsViewerFocused && !isSessionsWindow" }, { "key": "ctrl+alt+enter", "command": "-workbench.action.chat.skipTool", "when": "chatHasToolConfirmation && inChat" }, + { "key": "escape", "command": "-workbench.action.closeModalEditor", + "when": "editorPartModal && listFocus && !treeFindOpen && !treestickyScrollFocused" }, { "key": "ctrl+pagedown", "command": "-workbench.action.debug.nextConsole", "when": "inDebugRepl" }, { "key": "ctrl+pageup", "command": "-workbench.action.debug.prevConsole", @@ -1952,7 +1952,7 @@ { "key": "f2", "command": "-renameFile", "when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, { "key": "escape", "command": "-workbench.action.closeModalEditor", - "when": "editorPartModal && !editorFocus" }, + "when": "editorPartModal && !editorFocus && !listFocus" }, { "key": "f5", "command": "-workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f11", "command": "-workbench.action.debug.stepInto", diff --git a/macos.keybindings.json b/macos.keybindings.json index 34ed8d2..c2a8544 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.126.0 for macOS +// Default Keybindings of Visual Studio Code 1.127.0 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1437,7 +1437,7 @@ { "key": "alt+cmd+/", "command": "workbench.action.browser.openOrList" }, { "key": "shift+cmd+a", "command": "workbench.action.browser.quickOpen", "when": "activeEditor == 'workbench.editor.browser'" }, - { "key": "cmd+h", "command": "workbench.action.browser.showHistory", + { "key": "cmd+y", "command": "workbench.action.browser.showHistory", "when": "activeEditor == 'workbench.editor.browser' && browserStorageScope != 'ephemeral'" }, { "key": "f12", "command": "workbench.action.browser.toggleDevTools", "when": "browserHasUrl && !browserHasError && activeEditor == 'workbench.editor.browser'" }, @@ -2009,6 +2009,8 @@ "when": "agentSessionsViewerFocused && !isSessionsWindow" }, { "key": "alt+cmd+enter", "command": "workbench.action.chat.skipTool", "when": "chatHasToolConfirmation && inChat" }, + { "key": "escape", "command": "workbench.action.closeModalEditor", + "when": "editorPartModal && listFocus && !treeFindOpen && !treestickyScrollFocused" }, { "key": "shift+cmd+]", "command": "workbench.action.debug.nextConsole", "when": "inDebugRepl" }, { "key": "shift+cmd+[", "command": "workbench.action.debug.prevConsole", @@ -2137,7 +2139,7 @@ { "key": "enter", "command": "renameFile", "when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, { "key": "escape", "command": "workbench.action.closeModalEditor", - "when": "editorPartModal && !editorFocus" }, + "when": "editorPartModal && !editorFocus && !listFocus" }, { "key": "f5", "command": "workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f11", "command": "workbench.action.debug.stepInto", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index 6958d26..4f5d706 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.126.0 for macOS +// Default Keybindings of Visual Studio Code 1.127.0 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1437,7 +1437,7 @@ { "key": "alt+cmd+/", "command": "-workbench.action.browser.openOrList" }, { "key": "shift+cmd+a", "command": "-workbench.action.browser.quickOpen", "when": "activeEditor == 'workbench.editor.browser'" }, - { "key": "cmd+h", "command": "-workbench.action.browser.showHistory", + { "key": "cmd+y", "command": "-workbench.action.browser.showHistory", "when": "activeEditor == 'workbench.editor.browser' && browserStorageScope != 'ephemeral'" }, { "key": "f12", "command": "-workbench.action.browser.toggleDevTools", "when": "browserHasUrl && !browserHasError && activeEditor == 'workbench.editor.browser'" }, @@ -2009,6 +2009,8 @@ "when": "agentSessionsViewerFocused && !isSessionsWindow" }, { "key": "alt+cmd+enter", "command": "-workbench.action.chat.skipTool", "when": "chatHasToolConfirmation && inChat" }, + { "key": "escape", "command": "-workbench.action.closeModalEditor", + "when": "editorPartModal && listFocus && !treeFindOpen && !treestickyScrollFocused" }, { "key": "shift+cmd+]", "command": "-workbench.action.debug.nextConsole", "when": "inDebugRepl" }, { "key": "shift+cmd+[", "command": "-workbench.action.debug.prevConsole", @@ -2137,7 +2139,7 @@ { "key": "enter", "command": "-renameFile", "when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, { "key": "escape", "command": "-workbench.action.closeModalEditor", - "when": "editorPartModal && !editorFocus" }, + "when": "editorPartModal && !editorFocus && !listFocus" }, { "key": "f5", "command": "-workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f11", "command": "-workbench.action.debug.stepInto", diff --git a/windows.keybindings.json b/windows.keybindings.json index a519386..3c1bb68 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.126.0 for Windows +// Default Keybindings of Visual Studio Code 1.127.0 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1730,6 +1730,8 @@ { "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, + { "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText", + "when": "outputFilterFocus" }, { "key": "escape", "command": "workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "workbench.banner.focusNextAction", @@ -1845,6 +1847,8 @@ "when": "agentSessionsViewerFocused && !isSessionsWindow" }, { "key": "ctrl+alt+enter", "command": "workbench.action.chat.skipTool", "when": "chatHasToolConfirmation && inChat" }, + { "key": "escape", "command": "workbench.action.closeModalEditor", + "when": "editorPartModal && listFocus && !treeFindOpen && !treestickyScrollFocused" }, { "key": "ctrl+pagedown", "command": "workbench.action.debug.nextConsole", "when": "inDebugRepl" }, { "key": "ctrl+pageup", "command": "workbench.action.debug.prevConsole", @@ -1965,7 +1969,7 @@ { "key": "f2", "command": "renameFile", "when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, { "key": "escape", "command": "workbench.action.closeModalEditor", - "when": "editorPartModal && !editorFocus" }, + "when": "editorPartModal && !editorFocus && !listFocus" }, { "key": "f5", "command": "workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f11", "command": "workbench.action.debug.stepInto", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index 926b74a..5924837 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.126.0 for Windows +// Default Keybindings of Visual Studio Code 1.127.0 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1730,6 +1730,8 @@ { "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, + { "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText", + "when": "outputFilterFocus" }, { "key": "escape", "command": "-workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "-workbench.banner.focusNextAction", @@ -1845,6 +1847,8 @@ "when": "agentSessionsViewerFocused && !isSessionsWindow" }, { "key": "ctrl+alt+enter", "command": "-workbench.action.chat.skipTool", "when": "chatHasToolConfirmation && inChat" }, + { "key": "escape", "command": "-workbench.action.closeModalEditor", + "when": "editorPartModal && listFocus && !treeFindOpen && !treestickyScrollFocused" }, { "key": "ctrl+pagedown", "command": "-workbench.action.debug.nextConsole", "when": "inDebugRepl" }, { "key": "ctrl+pageup", "command": "-workbench.action.debug.prevConsole", @@ -1965,7 +1969,7 @@ { "key": "f2", "command": "-renameFile", "when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, { "key": "escape", "command": "-workbench.action.closeModalEditor", - "when": "editorPartModal && !editorFocus" }, + "when": "editorPartModal && !editorFocus && !listFocus" }, { "key": "f5", "command": "-workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f11", "command": "-workbench.action.debug.stepInto",