Skip to content

Commit 14a3438

Browse files
committed
move shortcut definition to "Note navigation" section #7472
1 parent dd483fc commit 14a3438

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/server/src/services/keyboard_actions.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ function getDefaultKeyboardActions() {
4141
scope: "window",
4242
ignoreFromCommandPalette: true
4343
},
44+
{
45+
actionName: "openTodayNote",
46+
friendlyName: t("hidden-subtree.open-today-journal-note-title"),
47+
iconClass: "bx bx-calendar",
48+
defaultShortcuts: [],
49+
description: t("hidden-subtree.open-today-journal-note-title"),
50+
scope: "window"
51+
},
4452
{
4553
actionName: "commandPalette",
4654
friendlyName: t("keyboard_action_names.command-palette"),
@@ -319,14 +327,6 @@ function getDefaultKeyboardActions() {
319327
description: t("keyboard_actions.open-new-window"),
320328
scope: "window"
321329
},
322-
{
323-
actionName: "openTodayNote",
324-
friendlyName: t("hidden-subtree.open-today-journal-note-title"),
325-
iconClass: "bx bx-calendar",
326-
defaultShortcuts: [],
327-
description: t("hidden-subtree.open-today-journal-note-title"),
328-
scope: "window"
329-
},
330330
{
331331
actionName: "toggleTray",
332332
friendlyName: t("keyboard_action_names.toggle-system-tray-icon"),

0 commit comments

Comments
 (0)