Skip to content

Commit f7009e9

Browse files
fix: change Add to Context keybinding to avoid Redo conflict (#8653)
Co-authored-by: Roo Code <[email protected]>
1 parent 98b8d5b commit f7009e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@
310310
"keybindings": [
311311
{
312312
"command": "roo-cline.addToContext",
313-
"key": "cmd+y",
314-
"mac": "cmd+y",
315-
"win": "ctrl+y",
316-
"linux": "ctrl+y",
313+
"key": "cmd+k cmd+a",
314+
"mac": "cmd+k cmd+a",
315+
"win": "ctrl+k ctrl+a",
316+
"linux": "ctrl+k ctrl+a",
317317
"when": "editorTextFocus && editorHasSelection"
318318
},
319319
{

0 commit comments

Comments
 (0)