mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
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:
parent
358519db38
commit
beb0a59470
1 changed files with 10 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue