jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

added KeyBindings #103

Open mohan-mu opened 5 years ago

mohan-mu commented 5 years ago
Hi Maintainers, I have added KeyBindings for the below keys

71 ,#50

Ctrl-Alt-1 : Heading 1 Ctrl-Alt-2 : Heading 2 Ctrl-Alt-3 : Heading 3 Ctrl-Alt-4 : Heading 4 Ctrl-Alt-5 : Heading 5 Ctrl-Alt-6 : Heading 6 Shift-Ctrl-L : Links, Shift-Ctrl-I : Image, Shift-Ctrl-. : BlockQuote Shift-Ctrl-':CodeBlock Shift-U: Unordered list, Shift-O :Ordered list,

Please check it out

Thank You