Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions linux.keybindings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Default Keybindings of Visual Studio Code 1.134.0 for Linux
// Default Keybindings of Visual Studio Code 1.136.0 for Linux

[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down Expand Up @@ -543,7 +543,7 @@
{ "key": "ctrl+alt+enter", "command": "workbench.action.chat.runInTerminal",
"when": "accessibleViewInCodeBlock && chatIsEnabled || chatIsEnabled && inChat" },
{ "key": "enter", "command": "workbench.action.chat.submit",
"when": "chatInputHasSendableContent && chatSessionOptionsValid && inChatInput && !chatInputSubmitPending && !chatSessionRequestInProgress && !withinEditSessionDiff || chatInputHasSendableContent && chatSessionOptionsValid && inChatInput && !chatInputSubmitPending && !withinEditSessionDiff && chatEditingSentRequest == 's'" },
"when": "chatInputHasSendableContent && chatSessionOptionsValid && inChatInput && !chatSessionRequestInProgress && !withinEditSessionDiff || chatInputHasSendableContent && chatSessionOptionsValid && inChatInput && !withinEditSessionDiff && chatEditingSentRequest == 's'" },
{ "key": "ctrl+enter", "command": "workbench.action.chat.submitWithCodebase",
"when": "chatInputHasText && inChatInput && !chatSessionRequestInProgress" },
{ "key": "shift+alt+enter", "command": "workbench.action.chat.submitWithoutDispatching",
Expand Down Expand Up @@ -705,7 +705,7 @@
{ "key": "ctrl+shift+space", "command": "agentsVoice.pushToTalk",
"when": "agentsVoiceEntitled && agentsVoiceWidgetFocused && chatIsEnabled && config.agents.voice.enabled && !inputFocus" },
{ "key": "ctrl+shift+space", "command": "agentsVoice.startVoiceInChat",
"when": "agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !config.agents.voice.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && config.agents.voice.handsFree && inChatInput && !chatSpeechToTextConfigured || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && config.agents.voice.handsFree && inChatInput && !config.agents.voice.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && config.agents.voice.handsFree && inChatInput && !config.dictation.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !agentsVoiceConnected && !chatSpeechToTextConfigured || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !agentsVoiceConnected && !config.agents.voice.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !agentsVoiceConnected && !config.dictation.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !chatSpeechToTextConfigured && !config.agents.voice.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !config.agents.voice.showButton && !config.dictation.showButton" },
"when": "agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !config.agents.voice.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !agentsVoiceConnected && !chatSpeechToTextConfigured || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !agentsVoiceConnected && !config.agents.voice.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !agentsVoiceConnected && !config.dictation.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !chatSpeechToTextConfigured && !config.agents.voice.showButton || agentsVoiceEntitled && chatIsEnabled && config.agents.voice.enabled && inChatInput && !config.agents.voice.showButton && !config.dictation.showButton" },
{ "key": "ctrl+shift+;", "command": "breadcrumbs.focus",
"when": "breadcrumbsPossible && breadcrumbsVisible" },
{ "key": "ctrl+shift+[IntlBackslash]", "command": "breadcrumbs.focusAndSelect",
Expand Down Expand Up @@ -818,6 +818,8 @@
"when": "resource == 'vscode-userdata:/home/runner/work/vs-code-default-keybindings/vs-code-default-keybindings/empty2/User/keybindings.json'" },
{ "key": "tab", "command": "editor.action.inlineSuggest.commit",
"when": "inlineEditIsVisible && tabShouldAcceptInlineEdit && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible || inlineEditIsVisible && inlineSuggestionVisible && tabShouldAcceptInlineEdit && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible || inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editor.hasSelection && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible || inlineEditIsVisible && inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editor.hasSelection && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible" },
{ "key": "ctrl+shift+v", "command": "editor.action.pasteAsText",
"when": "chatInputHasFocus" },
{ "key": "insert", "command": "editor.action.toggleOvertypeInsertMode" },
{ "key": "shift+f9", "command": "editor.debug.action.toggleInlineBreakpoint",
"when": "editorTextFocus" },
Expand Down Expand Up @@ -1300,11 +1302,11 @@
{ "key": "ctrl+f", "command": "workbench.action.chat.find",
"when": "chatFindSupported && chatIsEnabled && inChat && !editorFocus" },
{ "key": "f3", "command": "workbench.action.chat.findNext",
"when": "chatFindWidgetVisible && inChat" },
"when": "chatFindSupported && inChat && !editorFocus" },
{ "key": "enter", "command": "workbench.action.chat.findNext",
"when": "chatFindInputFocused" },
{ "key": "shift+f3", "command": "workbench.action.chat.findPrevious",
"when": "chatFindWidgetVisible && inChat" },
"when": "chatFindSupported && inChat && !editorFocus" },
{ "key": "shift+enter", "command": "workbench.action.chat.findPrevious",
"when": "chatFindInputFocused" },
{ "key": "ctrl+shift+a", "command": "workbench.action.chat.focusConfirmation",
Expand Down Expand Up @@ -1540,10 +1542,8 @@
{ "key": "ctrl+k ctrl+t", "command": "workbench.action.selectTheme" },
{ "key": "ctrl+k ctrl+p", "command": "workbench.action.showAllEditors" },
{ "key": "ctrl+t", "command": "workbench.action.showAllSymbols" },
{ "key": "f1", "command": "workbench.action.showCommands",
"when": "!inChatInputWindow" },
{ "key": "ctrl+shift+p", "command": "workbench.action.showCommands",
"when": "!inChatInputWindow" },
{ "key": "f1", "command": "workbench.action.showCommands" },
{ "key": "ctrl+shift+p", "command": "workbench.action.showCommands" },
{ "key": "ctrl+\\", "command": "workbench.action.splitEditor" },
{ "key": "ctrl+k ctrl+\\", "command": "workbench.action.splitEditorDown" },
{ "key": "ctrl+k ctrl+shift+\\", "command": "workbench.action.splitEditorInGroup",
Expand Down Expand Up @@ -1733,8 +1733,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",
Expand Down Expand Up @@ -1784,6 +1782,8 @@
"when": "agentSessionsViewerFocused && !agentSessionIsArchived" },
{ "key": "f2", "command": "agentSession.rename",
"when": "agentSessionsViewerFocused && !agentSessionHasMultipleSelected && chatSessionType == 'local' || agentSessionsViewerFocused && !agentSessionHasMultipleSelected && chatSessionType =~ /^agent-host-/ || agentSessionsViewerFocused && !agentSessionHasMultipleSelected && chatSessionType =~ /^remote-/" },
{ "key": "f2", "command": "agentSession.rename",
"when": "chatSessionSupportsRename && inChat && !isSessionsWindow && !quickChatHasFocus" },
{ "key": "shift+delete", "command": "agentSession.unarchive",
"when": "agentSessionIsArchived && agentSessionsViewerFocused" },
{ "key": "ctrl+right", "command": "breadcrumbs.focusNextWithPicker",
Expand Down Expand Up @@ -1847,9 +1847,9 @@
{ "key": "ctrl+shift+t", "command": "workbench.action.chat.focusTodosView",
"when": "inChatInput && chatAgentKind == 'agent' || inChatTodoList && chatAgentKind == 'agent'" },
{ "key": "ctrl+l", "command": "workbench.action.chat.newChat",
"when": "chatIsEnabled && inChat && chatLocation == 'panel'" },
"when": "chatIsEnabled && inChat && !inChatEditor && chatLocation == 'panel'" },
{ "key": "ctrl+n", "command": "workbench.action.chat.newChat",
"when": "chatIsEnabled && inChat && chatLocation == 'panel'" },
"when": "chatIsEnabled && inChat && !inChatEditor && chatLocation == 'panel'" },
{ "key": "ctrl+enter", "command": "workbench.action.chat.openSessionInEditorGroup",
"when": "agentSessionsViewerFocused && !isSessionsWindow" },
{ "key": "ctrl+alt+enter", "command": "workbench.action.chat.openSessionInNewEditorGroup",
Expand Down
Loading