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

@@ -2,6 +2,7 @@ const enum KeyboardActionNamesEnum {
backInNoteHistory,
forwardInNoteHistory,
jumpToNote,
commandPalette,
scrollToActiveNote,
quickSearch,
searchInSubtree,