Keyboard shortcut for today note button (#7549)

This commit is contained in:
Elian Doran
2025-11-01 16:17:24 +02:00
committed by GitHub
4 changed files with 20 additions and 0 deletions

View File

@@ -41,6 +41,14 @@ function getDefaultKeyboardActions() {
scope: "window",
ignoreFromCommandPalette: true
},
{
actionName: "openTodayNote",
friendlyName: t("hidden-subtree.open-today-journal-note-title"),
iconClass: "bx bx-calendar",
defaultShortcuts: [],
description: t("hidden-subtree.open-today-journal-note-title"),
scope: "window"
},
{
actionName: "commandPalette",
friendlyName: t("keyboard_action_names.command-palette"),