diff --git a/vscode/package.json b/vscode/package.json index 29c90c4516d..acde142ba5f 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -608,7 +608,7 @@ }, { "command": "cody.chat.new", - "key": "shift+alt+l", + "key": "shift+ctrl+l", "when": "cody.activated" }, { @@ -645,12 +645,12 @@ }, { "command": "cody.mention.selection", - "key": "alt+l", + "key": "shift+alt+l", "when": "cody.activated && editorTextFocus && editorHasSelection" }, { "command": "cody.mention.selection", - "key": "alt+/", + "key": "shift+alt+/", "when": "cody.activated && editorTextFocus && editorHasSelection" }, {