feat(app): add project selector shortcut (#39074)
This commit is contained in:
@@ -126,6 +126,14 @@ export default function NewSessionPage() {
|
|||||||
keybind: "ctrl+l",
|
keybind: "ctrl+l",
|
||||||
onSelect: () => promptInputV2Controller.restoreFocus(),
|
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(() => {
|
createEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user