4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
export const SETTINGS_PAGE_SHORTCUT = 'N+S';
|
|
export const DOCUMENTS_PAGE_SHORTCUT = 'N+D';
|
|
export const TEMPLATES_PAGE_SHORTCUT = 'N+T';
|