Make cmd-t open new tab in Assistant (#25267)
Match the behavior of chrome, safari, etc. Release Notes: - N/A
This commit is contained in:
parent
274e70e81d
commit
4151b5b12b
2 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,7 @@
|
|||
"ctrl-k h": "assistant::DeployHistory",
|
||||
"ctrl-k l": "assistant::DeployPromptLibrary",
|
||||
"new": "assistant::NewContext",
|
||||
"ctrl-t": "assistant::NewContext",
|
||||
"ctrl-n": "assistant::NewContext"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -209,6 +209,7 @@
|
|||
"cmd-alt-/": "assistant::ToggleModelSelector",
|
||||
"cmd-k h": "assistant::DeployHistory",
|
||||
"cmd-k l": "assistant::DeployPromptLibrary",
|
||||
"cmd-t": "assistant::NewContext",
|
||||
"cmd-n": "assistant::NewContext"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue