From f7009e9b940db324a27d5cf63e0e98cc86fd29dd Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 23:53:45 -0400 Subject: [PATCH] fix: change Add to Context keybinding to avoid Redo conflict (#8653) Co-authored-by: Roo Code --- src/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/package.json b/src/package.json index 2ad310c04a..61448a4fd7 100644 --- a/src/package.json +++ b/src/package.json @@ -310,10 +310,10 @@ "keybindings": [ { "command": "roo-cline.addToContext", - "key": "cmd+y", - "mac": "cmd+y", - "win": "ctrl+y", - "linux": "ctrl+y", + "key": "cmd+k cmd+a", + "mac": "cmd+k cmd+a", + "win": "ctrl+k ctrl+a", + "linux": "ctrl+k ctrl+a", "when": "editorTextFocus && editorHasSelection" }, {