feat(command_palette): add keyboard shortcut

This commit is contained in:
Elian Doran
2025-07-27 15:34:51 +03:00
parent 3247a9facc
commit 60e19de0d1
5 changed files with 37 additions and 12 deletions

View File

@@ -262,6 +262,7 @@ export type CommandMappings = {
closeThisNoteSplit: CommandData;
moveThisNoteSplit: CommandData & { isMovingLeft: boolean };
jumpToNote: CommandData;
commandPalette: CommandData;
// Geomap
deleteFromMap: { noteId: string };