mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-15 22:14:28 -06:00
Add keyboard shortcuts for headings
This commit is contained in:
parent
16b1de652e
commit
757d5eb729
@ -51,6 +51,9 @@ var shortcuts = {
|
||||
'drawLink': 'Cmd-K',
|
||||
'toggleHeadingSmaller': 'Cmd-H',
|
||||
'toggleHeadingBigger': 'Shift-Cmd-H',
|
||||
'toggleHeading1': 'Shift+Alt+1',
|
||||
'toggleHeading2': 'Shift+Alt+2',
|
||||
'toggleHeading3': 'Shift+Alt+3',
|
||||
'cleanBlock': 'Cmd-E',
|
||||
'drawImage': 'Cmd-Alt-I',
|
||||
'toggleBlockquote': 'Cmd-\'',
|
||||
|
Loading…
x
Reference in New Issue
Block a user