2
0
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:
Jonathan 2022-05-18 00:54:20 +02:00 committed by GitHub
parent 16b1de652e
commit 757d5eb729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-\'',