1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

feat(prettierOnMarkdown): Changed default hotkey value

This commit is contained in:
nathan-castlehow
2019-06-23 13:54:17 +08:00
parent 89ae2a9516
commit 0ad3da5bbc

View File

@@ -31,7 +31,7 @@ export const DEFAULT_CONFIG = {
toggleMode: OSX ? 'Command + Alt + M' : 'Ctrl + M',
deleteNote: OSX ? 'Command + Shift + Backspace' : 'Ctrl + Shift + Backspace',
pasteSmartly: OSX ? 'Command + Shift + V' : 'Ctrl + Shift + V',
prettifyMarkdown: 'Shift + Alt + F',
prettifyMarkdown: 'Shift + F',
toggleMenuBar: 'Alt'
},
ui: {