mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
feat(vscode): add Cmd+Shift+M keybinding to open Agent Manager (#512)
This commit is contained in:
@@ -291,6 +291,11 @@
|
||||
"key": "ctrl+shift+a",
|
||||
"mac": "cmd+shift+a"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.agentManagerOpen",
|
||||
"key": "ctrl+shift+m",
|
||||
"mac": "cmd+shift+m"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.addToContext",
|
||||
"key": "ctrl+k ctrl+a",
|
||||
|
||||
Reference in New Issue
Block a user