Skip to content

Commit 7e41739

Browse files
committed
feat: change keyboard shortcut to cmd+y for all platforms
- Changed shortcut from cmd+' (mac) / ctrl+' (win/linux) to cmd+y for all platforms - Provides consistent keybinding across all operating systems
1 parent 395e42e commit 7e41739

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
@@ -305,10 +305,10 @@
305305
"keybindings": [
306306
{
307307
"command": "roo-cline.addToContext",
308-
"key": "cmd+'",
309-
"mac": "cmd+'",
310-
"win": "ctrl+'",
311-
"linux": "ctrl+'",
308+
"key": "cmd+y",
309+
"mac": "cmd+y",
310+
"win": "cmd+y",
311+
"linux": "cmd+y",
312312
"when": "editorTextFocus && editorHasSelection"
313313
}
314314
],

0 commit comments

Comments
 (0)