Skip to content

Commit 3239640

Browse files
authored
Merge pull request #136 from codebling/update-default-keybindings-2024-11-01-01-23
Update for VSCode 1.95.1
2 parents 154ca80 + 60dc2e2 commit 3239640

6 files changed

+12
-12
lines changed

linux.keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.95.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.95.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1227,7 +1227,7 @@
12271227
{ "key": "ctrl+i", "command": "workbench.action.chat.holdToVoiceChatInChatView",
12281228
"when": "chatIsEnabled && hasSpeechProvider && !chatSessionRequestInProgress && !editorFocus && !inChatInput && !inlineChatFocused && !notebookEditorFocused" },
12291229
{ "key": "ctrl+l", "command": "workbench.action.chat.newChat",
1230-
"when": "chatIsEnabled && inChat" },
1230+
"when": "chatIsEnabled && inChat && chatLocation != 'editing-session'" },
12311231
{ "key": "ctrl+alt+pagedown", "command": "workbench.action.chat.nextCodeBlock",
12321232
"when": "chatIsEnabled && inChat" },
12331233
{ "key": "ctrl+f9", "command": "workbench.action.chat.nextFileTree",

linux.negative.keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.95.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.95.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1227,7 +1227,7 @@
12271227
{ "key": "ctrl+i", "command": "-workbench.action.chat.holdToVoiceChatInChatView",
12281228
"when": "chatIsEnabled && hasSpeechProvider && !chatSessionRequestInProgress && !editorFocus && !inChatInput && !inlineChatFocused && !notebookEditorFocused" },
12291229
{ "key": "ctrl+l", "command": "-workbench.action.chat.newChat",
1230-
"when": "chatIsEnabled && inChat" },
1230+
"when": "chatIsEnabled && inChat && chatLocation != 'editing-session'" },
12311231
{ "key": "ctrl+alt+pagedown", "command": "-workbench.action.chat.nextCodeBlock",
12321232
"when": "chatIsEnabled && inChat" },
12331233
{ "key": "ctrl+f9", "command": "-workbench.action.chat.nextFileTree",

macos.keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.95.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.95.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1359,7 +1359,7 @@
13591359
{ "key": "cmd+i", "command": "workbench.action.chat.holdToVoiceChatInChatView",
13601360
"when": "chatIsEnabled && hasSpeechProvider && !chatSessionRequestInProgress && !editorFocus && !inChatInput && !inlineChatFocused && !notebookEditorFocused" },
13611361
{ "key": "ctrl+l", "command": "workbench.action.chat.newChat",
1362-
"when": "chatIsEnabled && inChat" },
1362+
"when": "chatIsEnabled && inChat && chatLocation != 'editing-session'" },
13631363
{ "key": "alt+cmd+pagedown", "command": "workbench.action.chat.nextCodeBlock",
13641364
"when": "chatIsEnabled && inChat" },
13651365
{ "key": "cmd+f9", "command": "workbench.action.chat.nextFileTree",

macos.negative.keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.95.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.95.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1359,7 +1359,7 @@
13591359
{ "key": "cmd+i", "command": "-workbench.action.chat.holdToVoiceChatInChatView",
13601360
"when": "chatIsEnabled && hasSpeechProvider && !chatSessionRequestInProgress && !editorFocus && !inChatInput && !inlineChatFocused && !notebookEditorFocused" },
13611361
{ "key": "ctrl+l", "command": "-workbench.action.chat.newChat",
1362-
"when": "chatIsEnabled && inChat" },
1362+
"when": "chatIsEnabled && inChat && chatLocation != 'editing-session'" },
13631363
{ "key": "alt+cmd+pagedown", "command": "-workbench.action.chat.nextCodeBlock",
13641364
"when": "chatIsEnabled && inChat" },
13651365
{ "key": "cmd+f9", "command": "-workbench.action.chat.nextFileTree",

windows.keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.95.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.95.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1229,7 +1229,7 @@
12291229
{ "key": "ctrl+i", "command": "workbench.action.chat.holdToVoiceChatInChatView",
12301230
"when": "chatIsEnabled && hasSpeechProvider && !chatSessionRequestInProgress && !editorFocus && !inChatInput && !inlineChatFocused && !notebookEditorFocused" },
12311231
{ "key": "ctrl+l", "command": "workbench.action.chat.newChat",
1232-
"when": "chatIsEnabled && inChat" },
1232+
"when": "chatIsEnabled && inChat && chatLocation != 'editing-session'" },
12331233
{ "key": "ctrl+alt+pagedown", "command": "workbench.action.chat.nextCodeBlock",
12341234
"when": "chatIsEnabled && inChat" },
12351235
{ "key": "ctrl+f9", "command": "workbench.action.chat.nextFileTree",

windows.negative.keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.95.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.95.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1229,7 +1229,7 @@
12291229
{ "key": "ctrl+i", "command": "-workbench.action.chat.holdToVoiceChatInChatView",
12301230
"when": "chatIsEnabled && hasSpeechProvider && !chatSessionRequestInProgress && !editorFocus && !inChatInput && !inlineChatFocused && !notebookEditorFocused" },
12311231
{ "key": "ctrl+l", "command": "-workbench.action.chat.newChat",
1232-
"when": "chatIsEnabled && inChat" },
1232+
"when": "chatIsEnabled && inChat && chatLocation != 'editing-session'" },
12331233
{ "key": "ctrl+alt+pagedown", "command": "-workbench.action.chat.nextCodeBlock",
12341234
"when": "chatIsEnabled && inChat" },
12351235
{ "key": "ctrl+f9", "command": "-workbench.action.chat.nextFileTree",

0 commit comments

Comments
 (0)