feat: add templates to command menu (#786)

This commit is contained in:
Lucas Smith
2023-12-29 15:16:26 +11:00
committed by GitHub
2 changed files with 15 additions and 0 deletions

View File

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