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 GitHub
parent b4f4f4fc72
commit dc3d85f1a2
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';