feat: Added keyboard shortcut (Ctrl/Cmd+,) for opening preferences

This commit is contained in:
Aman Harwara
2022-12-05 13:34:34 +05:30
parent 71e20f2a2f
commit 7c261af230
3 changed files with 20 additions and 1 deletions

View File

@@ -28,3 +28,4 @@ export const SUPER_SHOW_MARKDOWN_PREVIEW = createKeyboardCommand('SUPER_SHOW_MAR
export const SUPER_EXPORT_JSON = createKeyboardCommand('SUPER_EXPORT_JSON')
export const SUPER_EXPORT_MARKDOWN = createKeyboardCommand('SUPER_EXPORT_MARKDOWN')
export const SUPER_EXPORT_HTML = createKeyboardCommand('SUPER_EXPORT_HTML')
export const OPEN_PREFERENCES_COMMAND = createKeyboardCommand('OPEN_PREFERENCES_COMMAND')