fix: change Add to Context keybinding to avoid Redo conflict (#8653)

Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
roomote[bot] 2025-10-25 23:53:45 -04:00 committed by GitHub
parent 98b8d5b005
commit f7009e9b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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