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:
Peter Tripp 2025-02-20 20:56:28 +00:00 committed by GitHub
parent 274e70e81d
commit 4151b5b12b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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"
}
},

View file

@ -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"
}
},