assistant2: Add Linux keybindings following same pattern as macOS (#22874)
Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
cc9b5f1448
commit
d3eae024a2
1 changed files with 17 additions and 0 deletions
|
@ -567,6 +567,23 @@
|
||||||
"alt-enter": "editor::Newline"
|
"alt-enter": "editor::Newline"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"context": "AssistantPanel2",
|
||||||
|
"bindings": {
|
||||||
|
"ctrl-n": "assistant2::NewThread",
|
||||||
|
"ctrl-shift-h": "assistant2::OpenHistory",
|
||||||
|
"ctrl-shift-m": "assistant2::ToggleModelSelector",
|
||||||
|
"ctrl-shift-a": "assistant2::ToggleContextPicker",
|
||||||
|
"ctrl-alt-e": "assistant2::RemoveAllContext"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "MessageEditor > Editor",
|
||||||
|
"use_key_equivalents": true,
|
||||||
|
"bindings": {
|
||||||
|
"enter": "assistant2::Chat"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"context": "PromptEditor",
|
"context": "PromptEditor",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue