assistant2: Add keybinding for profile selector (#27674)

This PR adds a keybinding to toggle the profile selector.

Defaults to `Cmd-I` on macOS and `ctrl-I` on Linux/Windows.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-03-28 17:19:37 +00:00
committed by GitHub
parent 55d934a3be
commit c8fb95cd1b
5 changed files with 38 additions and 8 deletions
+3 -1
View File
@@ -618,6 +618,7 @@
"ctrl-n": "assistant2::NewThread",
"new": "assistant2::NewThread",
"ctrl-shift-h": "assistant2::OpenHistory",
"ctrl-i": "assistant2::ToggleProfileSelector",
"ctrl-alt-/": "assistant::ToggleModelSelector",
"ctrl-shift-a": "assistant2::ToggleContextPicker",
"ctrl-e": "assistant2::ChatMode",
@@ -635,7 +636,8 @@
{
"context": "MessageEditor > Editor",
"bindings": {
"enter": "assistant2::Chat"
"enter": "assistant2::Chat",
"ctrl-i": "assistant2::ToggleProfileSelector"
}
},
{