diff --git a/linux.keybindings.json b/linux.keybindings.json index f444ccb..db9606e 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.109.4 for Linux +// Default Keybindings of Visual Studio Code 1.109.5 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1655,6 +1655,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", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index 2717562..3c6381f 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.109.4 for Linux +// Default Keybindings of Visual Studio Code 1.109.5 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1655,6 +1655,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", diff --git a/macos.keybindings.json b/macos.keybindings.json index ba25746..87a6750 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.109.4 for macOS +// Default Keybindings of Visual Studio Code 1.109.5 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index b668e06..fab0210 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.109.4 for macOS +// Default Keybindings of Visual Studio Code 1.109.5 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", diff --git a/windows.keybindings.json b/windows.keybindings.json index accd09c..edf2d82 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.109.4 for Windows +// Default Keybindings of Visual Studio Code 1.109.5 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1671,6 +1671,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", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index e2a01e7..8824d45 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.109.4 for Windows +// Default Keybindings of Visual Studio Code 1.109.5 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1671,6 +1671,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",