|
1 | | -// Default Keybindings of Visual Studio Code 1.113.0 for Windows |
| 1 | +// Default Keybindings of Visual Studio Code 1.114.0 for Windows |
2 | 2 |
|
3 | 3 | [ |
4 | 4 | { "key": "escape escape", "command": "-workbench.action.exitZenMode", |
|
154 | 154 | "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, |
155 | 155 | { "key": "ctrl+up", "command": "-chat.action.focus", |
156 | 156 | "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, |
| 157 | + { "key": "escape", "command": "-chat.models.action.clearSearchResults", |
| 158 | + "when": "inModelsEditor && inModelsSearch" }, |
157 | 159 | { "key": "shift+escape", "command": "-closeBreakpointWidget", |
158 | 160 | "when": "breakpointWidgetVisible && textInputFocus" }, |
159 | 161 | { "key": "escape", "command": "-closeBreakpointWidget", |
|
1081 | 1083 | "when": "problemFocus" }, |
1082 | 1084 | { "key": "ctrl+.", "command": "-problems.action.showQuickFixes", |
1083 | 1085 | "when": "problemFocus" }, |
| 1086 | + { "key": "ctrl+shift+alt+enter", "command": "-quickInput.accept", |
| 1087 | + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, |
| 1088 | + { "key": "ctrl+shift+enter", "command": "-quickInput.accept", |
| 1089 | + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, |
| 1090 | + { "key": "shift+alt+enter", "command": "-quickInput.accept", |
| 1091 | + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, |
| 1092 | + { "key": "shift+enter", "command": "-quickInput.accept", |
| 1093 | + "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, |
1084 | 1094 | { "key": "ctrl+alt+enter", "command": "-quickInput.accept", |
1085 | 1095 | "when": "inQuickInput && !isComposing && quickInputType != 'quickWidget'" }, |
1086 | 1096 | { "key": "ctrl+enter", "command": "-quickInput.accept", |
|
0 commit comments