Skip to content

Commit b77a0df

Browse files
add-to-context-keybinding (#37)
* add-to-context-keybinding * add PearAI to context menu actions
1 parent 18607da commit b77a0df

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"submenus": [
5555
{
5656
"id": "roo-code.contextMenu",
57-
"label": "Roo Code"
57+
"label": "PearAI Agent (Roo Code)"
5858
},
5959
{
6060
"id": "roo-code.terminalMenu",
@@ -122,22 +122,22 @@
122122
},
123123
{
124124
"command": "roo-cline.explainCode",
125-
"title": "Explain Code",
125+
"title": "PearAI Agent (Roo Code): Explain Code",
126126
"category": "Roo Code"
127127
},
128128
{
129129
"command": "roo-cline.fixCode",
130-
"title": "Fix Code",
130+
"title": "PearAI Agent (Roo Code): Fix Code",
131131
"category": "Roo Code"
132132
},
133133
{
134134
"command": "roo-cline.improveCode",
135-
"title": "Improve Code",
135+
"title": "PearAI Agent (Roo Code): Improve Code",
136136
"category": "Roo Code"
137137
},
138138
{
139139
"command": "roo-cline.addToContext",
140-
"title": "Add To Context",
140+
"title": "PearAI Agent (Roo Code): Add To Context",
141141
"category": "Roo Code"
142142
},
143143
{
@@ -171,11 +171,18 @@
171171
"category": "Roo Code"
172172
}
173173
],
174+
"keybindings": [
175+
{
176+
"command": "roo-cline.addToContext",
177+
"mac": "cmd+l",
178+
"key": "ctrl+l"
179+
}
180+
],
174181
"menus": {
175182
"editor/context": [
176183
{
177184
"submenu": "roo-code.contextMenu",
178-
"group": "navigation"
185+
"group": "0_acontinue"
179186
}
180187
],
181188
"roo-code.contextMenu": [

0 commit comments

Comments
 (0)