How can I make Ctrl + Q add an html in a contenteditable DIV?

Loremipsum

New Member
I have this div, by default it accepts ctrl + u to underline for example, but I want to add a custom html to it when ctrl + q is pressed.\[code\]<div id="dvMy" contenteditable="true"></div>\[/code\]
 
Back
Top