diff --git a/linux.keybindings.json b/linux.keybindings.json index 45cc7da..6dd1ee6 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.113.0 for Linux +// Default Keybindings of Visual Studio Code 1.114.0 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1082,6 +1082,14 @@ "when": "problemFocus" }, { "key": "ctrl+.", "command": "problems.action.showQuickFixes", "when": "problemFocus" }, + { "key": "ctrl+shift+alt+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+alt+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+alt+enter", "command": "quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+enter", "command": "quickInput.accept", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index c672b7a..096099b 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.113.0 for Linux +// Default Keybindings of Visual Studio Code 1.114.0 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1082,6 +1082,14 @@ "when": "problemFocus" }, { "key": "ctrl+.", "command": "-problems.action.showQuickFixes", "when": "problemFocus" }, + { "key": "ctrl+shift+alt+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+alt+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+alt+enter", "command": "-quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+enter", "command": "-quickInput.accept", diff --git a/macos.keybindings.json b/macos.keybindings.json index 7c93620..01a78a2 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.113.0 for macOS +// Default Keybindings of Visual Studio Code 1.114.0 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1183,6 +1183,14 @@ "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "cmd+enter", "command": "quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+alt+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+alt+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+alt+enter", "command": "quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+enter", "command": "quickInput.accept", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index 0089d87..1541055 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.113.0 for macOS +// Default Keybindings of Visual Studio Code 1.114.0 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1183,6 +1183,14 @@ "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "cmd+enter", "command": "-quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+alt+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+alt+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+alt+enter", "command": "-quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+enter", "command": "-quickInput.accept", diff --git a/windows.keybindings.json b/windows.keybindings.json index d2bd549..7811185 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.113.0 for Windows +// Default Keybindings of Visual Studio Code 1.114.0 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -154,6 +154,8 @@ "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, { "key": "ctrl+up", "command": "chat.action.focus", "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, + { "key": "escape", "command": "chat.models.action.clearSearchResults", + "when": "inModelsEditor && inModelsSearch" }, { "key": "shift+escape", "command": "closeBreakpointWidget", "when": "breakpointWidgetVisible && textInputFocus" }, { "key": "escape", "command": "closeBreakpointWidget", @@ -1081,6 +1083,14 @@ "when": "problemFocus" }, { "key": "ctrl+.", "command": "problems.action.showQuickFixes", "when": "problemFocus" }, + { "key": "ctrl+shift+alt+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+alt+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+enter", "command": "quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+alt+enter", "command": "quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+enter", "command": "quickInput.accept", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index a75437c..e7e5eef 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.113.0 for Windows +// Default Keybindings of Visual Studio Code 1.114.0 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -154,6 +154,8 @@ "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, { "key": "ctrl+up", "command": "-chat.action.focus", "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, + { "key": "escape", "command": "-chat.models.action.clearSearchResults", + "when": "inModelsEditor && inModelsSearch" }, { "key": "shift+escape", "command": "-closeBreakpointWidget", "when": "breakpointWidgetVisible && textInputFocus" }, { "key": "escape", "command": "-closeBreakpointWidget", @@ -1081,6 +1083,14 @@ "when": "problemFocus" }, { "key": "ctrl+.", "command": "-problems.action.showQuickFixes", "when": "problemFocus" }, + { "key": "ctrl+shift+alt+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "ctrl+shift+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+alt+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, + { "key": "shift+enter", "command": "-quickInput.accept", + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+alt+enter", "command": "-quickInput.accept", "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, { "key": "ctrl+enter", "command": "-quickInput.accept",