feat: add command menu and keyboard shortcuts (#337)

This commit is contained in:
Nafees Nazik
2023-11-08 17:06:12 +05:30
committed by Mythie
parent 574539d6dd
commit 3490e2a3a8
7 changed files with 158 additions and 3 deletions

View File

@ -0,0 +1,2 @@
export const SETTINGS_PAGE_SHORTCUT = 'N+S';
export const DOCUMENTS_PAGE_SHORTCUT = 'N+D';