|
1 | | -// Default Keybindings of Visual Studio Code 1.120.0 for Linux |
| 1 | +// Default Keybindings of Visual Studio Code 1.121.0 for Linux |
2 | 2 |
|
3 | 3 | [ |
4 | 4 | { "key": "escape escape", "command": "-workbench.action.exitZenMode", |
|
132 | 132 | "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, |
133 | 133 | { "key": "ctrl+up", "command": "-chat.action.focus", |
134 | 134 | "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, |
135 | | - { "key": "escape", "command": "-chat.models.action.clearSearchResults", |
136 | | - "when": "inModelsEditor && inModelsSearch" }, |
137 | 135 | { "key": "shift+escape", "command": "-closeBreakpointWidget", |
138 | 136 | "when": "breakpointWidgetVisible && textInputFocus" }, |
139 | 137 | { "key": "escape", "command": "-closeBreakpointWidget", |
|
678 | 676 | "when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus" }, |
679 | 677 | { "key": "ctrl+alt+space", "command": "-toggleSuggestionFocus", |
680 | 678 | "when": "suggestWidgetVisible && textInputFocus" }, |
| 679 | + { "key": "shift+tab", "command": "-jumpToPrevSnippetPlaceholder", |
| 680 | + "when": "hasPrevTabstop && inSnippetChoice && inSnippetMode && textInputFocus" }, |
681 | 681 | { "key": "enter", "command": "-acceptRenameInput", |
682 | 682 | "when": "editorFocus && renameInputVisible && !isComposing" }, |
683 | 683 | { "key": "ctrl+enter", "command": "-acceptRenameInputWithPreview", |
|
1459 | 1459 | { "key": "ctrl+pagedown", "command": "-workbench.action.nextEditor" }, |
1460 | 1460 | { "key": "ctrl+k ctrl+pagedown", "command": "-workbench.action.nextEditorInGroup" }, |
1461 | 1461 | { "key": "ctrl+shift+a", "command": "-workbench.action.openAgentsWindow", |
1462 | | - "when": "config.chat.agent.enabled && !accessibilityModeEnabled && !chatSetupDisabledInWorkspace && !chatSetupHidden && !isSessionsWindow" }, |
| 1462 | + "when": "config.chat.agent.enabled && !accessibilityModeEnabled && !chatSetupDisabledInWorkspace && !chatSetupHidden && !isAuxiliaryWindow && !isSessionsWindow" }, |
1463 | 1463 | { "key": "ctrl+shift+alt+a", "command": "-workbench.action.openAgentsWindow", |
1464 | | - "when": "accessibilityModeEnabled && config.chat.agent.enabled && !chatSetupDisabledInWorkspace && !chatSetupHidden && !isSessionsWindow" }, |
| 1464 | + "when": "accessibilityModeEnabled && config.chat.agent.enabled && !chatSetupDisabledInWorkspace && !chatSetupHidden && !isAuxiliaryWindow && !isSessionsWindow" }, |
1465 | 1465 | { "key": "ctrl+n", "command": "-workbench.action.openChat", |
1466 | 1466 | "when": "chatIsEnabled && inChat && inChatEditor" }, |
1467 | 1467 | { "key": "alt+1", "command": "-workbench.action.openEditorAtIndex1" }, |
|
0 commit comments