mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 14:24:27 +01:00
chore(breadcrumb): remove keyboard shortcuts
This commit is contained in:
parent
e91cb1a198
commit
0b7ffdf109
@ -184,7 +184,6 @@ function BreadcrumbItem({ index, notePath, noteContext, notePathLength }: { inde
|
|||||||
{
|
{
|
||||||
title: `${t("tree-context-menu.hoist-note")}`,
|
title: `${t("tree-context-menu.hoist-note")}`,
|
||||||
command: "toggleNoteHoisting",
|
command: "toggleNoteHoisting",
|
||||||
keyboardShortcut: "toggleNoteHoisting",
|
|
||||||
uiIcon: "bx bxs-chevrons-up",
|
uiIcon: "bx bxs-chevrons-up",
|
||||||
enabled: notSearch
|
enabled: notSearch
|
||||||
},
|
},
|
||||||
@ -192,14 +191,12 @@ function BreadcrumbItem({ index, notePath, noteContext, notePathLength }: { inde
|
|||||||
{
|
{
|
||||||
title: t("tree-context-menu.move-to"),
|
title: t("tree-context-menu.move-to"),
|
||||||
command: "moveNotesTo",
|
command: "moveNotesTo",
|
||||||
keyboardShortcut: "moveNotesTo",
|
|
||||||
uiIcon: "bx bx-transfer",
|
uiIcon: "bx bx-transfer",
|
||||||
enabled: isNotRoot && !isHoisted && parentNotSearch
|
enabled: isNotRoot && !isHoisted && parentNotSearch
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t("tree-context-menu.clone-to"),
|
title: t("tree-context-menu.clone-to"),
|
||||||
command: "cloneNotesTo",
|
command: "cloneNotesTo",
|
||||||
keyboardShortcut: "cloneNotesTo",
|
|
||||||
uiIcon: "bx bx-duplicate",
|
uiIcon: "bx bx-duplicate",
|
||||||
enabled: isNotRoot && !isHoisted
|
enabled: isNotRoot && !isHoisted
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user