feat: add keyboard shortcut for "Add to Context" action (#7908)

Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
roomote[bot] 2025-09-15 22:53:40 -04:00 committed by GitHub
parent 358519db38
commit beb0a59470
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",