From beb0a594702865ee01a0693a289b24401d51d8d7 Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:53:40 -0400 Subject: [PATCH] feat: add keyboard shortcut for "Add to Context" action (#7908) Co-authored-by: daniel-lxs Co-authored-by: Matt Rubens --- src/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/package.json b/src/package.json index 531dc7c73c..959edc63ff 100644 --- a/src/package.json +++ b/src/package.json @@ -302,6 +302,16 @@ } ] }, + "keybindings": [ + { + "command": "roo-cline.addToContext", + "key": "cmd+y", + "mac": "cmd+y", + "win": "ctrl+y", + "linux": "ctrl+y", + "when": "editorTextFocus && editorHasSelection" + } + ], "submenus": [ { "id": "roo-cline.contextMenu",