feat(vscode): add Cmd+Shift+M keybinding to open Agent Manager (#512)

This commit is contained in:
Marius
2026-02-20 11:44:48 +01:00
committed by GitHub
parent ecd764be58
commit f0d975d92b
+5
View File
@@ -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",