Skip to content

Commit a32e607

Browse files
authored
Merge pull request #28 from levelcodeai/fix/chat-focus-keybinding
fix(ai): bind Shift+Cmd+I to Focus Chat (was only Ctrl+Cmd+I)
2 parents c5e1f50 + cdbfd82 commit a32e607

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

extensions/levelcode-ai/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@
253253
]
254254
},
255255
"keybindings": [
256+
{
257+
"command": "levelcode.ai.focus",
258+
"key": "ctrl+shift+i",
259+
"mac": "shift+cmd+i",
260+
"linux": "ctrl+alt+shift+i"
261+
},
256262
{
257263
"command": "levelcode.ai.focus",
258264
"key": "ctrl+cmd+i"

0 commit comments

Comments
 (0)