From e683dc1d6690ca8c17c1baf9d5b7b4a7716bbd42 Mon Sep 17 00:00:00 2001 From: contributor Date: Tue, 28 Oct 2025 16:55:50 +0200 Subject: [PATCH] add openTodayNote to CommandMappings #7472 --- apps/client/src/components/app_context.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/components/app_context.ts b/apps/client/src/components/app_context.ts index 5727032e6..7bc544e7e 100644 --- a/apps/client/src/components/app_context.ts +++ b/apps/client/src/components/app_context.ts @@ -270,6 +270,7 @@ export type CommandMappings = { closeThisNoteSplit: CommandData; moveThisNoteSplit: CommandData & { isMovingLeft: boolean }; jumpToNote: CommandData; + openTodayNote: CommandData; commandPalette: CommandData; // Keyboard shortcuts