mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: change Add to Context keybinding to avoid Redo conflict (#8653)
Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
98b8d5b005
commit
f7009e9b94
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue