feat(app): add project selector shortcut (#39074)
This commit is contained in:
parent
bc2d3df05f
commit
b06768aa8e
1 changed files with 8 additions and 0 deletions
|
|
@ -126,6 +126,14 @@ export default function NewSessionPage() {
|
|||
keybind: "ctrl+l",
|
||||
onSelect: () => promptInputV2Controller.restoreFocus(),
|
||||
},
|
||||
{
|
||||
id: "project.select",
|
||||
title: language.t("session.new.project.search"),
|
||||
category: language.t("command.category.project"),
|
||||
keybind: "mod+shift+o",
|
||||
disabled: projectController.empty(),
|
||||
onSelect: () => projectController.setOpen(true),
|
||||
},
|
||||
])
|
||||
|
||||
createEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue