File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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" ) ,
You can’t perform that action at this time.
0 commit comments