We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ae2a9 commit 0ad3da5Copy full SHA for 0ad3da5
browser/main/lib/ConfigManager.js
@@ -31,7 +31,7 @@ export const DEFAULT_CONFIG = {
31
toggleMode: OSX ? 'Command + Alt + M' : 'Ctrl + M',
32
deleteNote: OSX ? 'Command + Shift + Backspace' : 'Ctrl + Shift + Backspace',
33
pasteSmartly: OSX ? 'Command + Shift + V' : 'Ctrl + Shift + V',
34
- prettifyMarkdown: 'Shift + Alt + F',
+ prettifyMarkdown: 'Shift + F',
35
toggleMenuBar: 'Alt'
36
},
37
ui: {
0 commit comments