Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,16 @@
}
]
},
"keybindings": [
{
"command": "roo-cline.addToContext",
"key": "cmd+'",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a comment explaining why Cmd/Ctrl+' was chosen as the keyboard shortcut. This helps future maintainers understand the decision and ensures consistency with common IDE patterns.

"mac": "cmd+'",
"win": "ctrl+'",
"linux": "ctrl+'",
"when": "editorTextFocus && editorHasSelection"
}
],
"submenus": [
{
"id": "roo-cline.contextMenu",
Expand Down
Loading