diff --git a/linux.keybindings.json b/linux.keybindings.json index cf6b221..abd1dbf 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.134.0 for Linux +// Default Keybindings of Visual Studio Code 1.135.0 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -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", @@ -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", @@ -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" }, @@ -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", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index bc8e458..15dcf56 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.134.0 for Linux +// Default Keybindings of Visual Studio Code 1.135.0 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -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", @@ -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", @@ -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" }, @@ -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", diff --git a/macos.keybindings.json b/macos.keybindings.json index f5aae22..88c1534 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.134.0 for macOS +// Default Keybindings of Visual Studio Code 1.135.0 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -613,7 +613,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": "cmd+enter", "command": "workbench.action.chat.submitWithCodebase", "when": "chatInputHasText && inChatInput && !chatSessionRequestInProgress" }, { "key": "shift+alt+enter", "command": "workbench.action.chat.submitWithoutDispatching", @@ -785,7 +785,7 @@ { "key": "shift+cmd+space", "command": "agentsVoice.pushToTalk", "when": "agentsVoiceEntitled && agentsVoiceWidgetFocused && chatIsEnabled && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+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": "shift+cmd+;", "command": "breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "shift+cmd+.", "command": "breadcrumbs.focusAndSelect", @@ -891,6 +891,8 @@ "when": "resource == 'vscode-userdata:/Users/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": "shift+cmd+v", "command": "editor.action.pasteAsText", + "when": "chatInputHasFocus" }, { "key": "alt+cmd+o", "command": "editor.action.toggleOvertypeInsertMode" }, { "key": "shift+f9", "command": "editor.debug.action.toggleInlineBreakpoint", "when": "editorTextFocus" }, @@ -1690,10 +1692,8 @@ { "key": "cmd+k cmd+t", "command": "workbench.action.selectTheme" }, { "key": "alt+cmd+tab", "command": "workbench.action.showAllEditors" }, { "key": "cmd+t", "command": "workbench.action.showAllSymbols" }, - { "key": "f1", "command": "workbench.action.showCommands", - "when": "!inChatInputWindow" }, - { "key": "shift+cmd+p", "command": "workbench.action.showCommands", - "when": "!inChatInputWindow" }, + { "key": "f1", "command": "workbench.action.showCommands" }, + { "key": "shift+cmd+p", "command": "workbench.action.showCommands" }, { "key": "cmd+\\", "command": "workbench.action.splitEditor" }, { "key": "cmd+k cmd+\\", "command": "workbench.action.splitEditorDown" }, { "key": "cmd+k shift+cmd+\\", "command": "workbench.action.splitEditorInGroup", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index ccc62da..e9f21db 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.134.0 for macOS +// Default Keybindings of Visual Studio Code 1.135.0 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -613,7 +613,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": "cmd+enter", "command": "-workbench.action.chat.submitWithCodebase", "when": "chatInputHasText && inChatInput && !chatSessionRequestInProgress" }, { "key": "shift+alt+enter", "command": "-workbench.action.chat.submitWithoutDispatching", @@ -785,7 +785,7 @@ { "key": "shift+cmd+space", "command": "-agentsVoice.pushToTalk", "when": "agentsVoiceEntitled && agentsVoiceWidgetFocused && chatIsEnabled && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+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": "shift+cmd+;", "command": "-breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "shift+cmd+.", "command": "-breadcrumbs.focusAndSelect", @@ -891,6 +891,8 @@ "when": "resource == 'vscode-userdata:/Users/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": "shift+cmd+v", "command": "-editor.action.pasteAsText", + "when": "chatInputHasFocus" }, { "key": "alt+cmd+o", "command": "-editor.action.toggleOvertypeInsertMode" }, { "key": "shift+f9", "command": "-editor.debug.action.toggleInlineBreakpoint", "when": "editorTextFocus" }, @@ -1690,10 +1692,8 @@ { "key": "cmd+k cmd+t", "command": "-workbench.action.selectTheme" }, { "key": "alt+cmd+tab", "command": "-workbench.action.showAllEditors" }, { "key": "cmd+t", "command": "-workbench.action.showAllSymbols" }, - { "key": "f1", "command": "-workbench.action.showCommands", - "when": "!inChatInputWindow" }, - { "key": "shift+cmd+p", "command": "-workbench.action.showCommands", - "when": "!inChatInputWindow" }, + { "key": "f1", "command": "-workbench.action.showCommands" }, + { "key": "shift+cmd+p", "command": "-workbench.action.showCommands" }, { "key": "cmd+\\", "command": "-workbench.action.splitEditor" }, { "key": "cmd+k cmd+\\", "command": "-workbench.action.splitEditorDown" }, { "key": "cmd+k shift+cmd+\\", "command": "-workbench.action.splitEditorInGroup", diff --git a/windows.keybindings.json b/windows.keybindings.json index 71a1c52..331ab42 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.134.0 for Windows +// Default Keybindings of Visual Studio Code 1.135.0 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -551,7 +551,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", @@ -713,7 +713,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+.", "command": "breadcrumbs.focusAndSelect", @@ -819,6 +819,8 @@ "when": "resource == 'vscode-userdata:/d%3A/a/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" }, @@ -1551,10 +1553,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", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index 1146d7c..0cb8df1 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.134.0 for Windows +// Default Keybindings of Visual Studio Code 1.135.0 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -551,7 +551,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", @@ -713,7 +713,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+.", "command": "-breadcrumbs.focusAndSelect", @@ -819,6 +819,8 @@ "when": "resource == 'vscode-userdata:/d%3A/a/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" }, @@ -1551,10 +1553,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",