ckeditor - How can I apply the h1 format in CKEditor3 by shortcut -
i apply addional formats (like h1, h2, ect) keyboard shortcuts in ckeditor3. found
editor.keystrokehandler.keystrokes[ckeditor.ctrl + 113, 'bold'];
but changing to
editor.keystrokehandler.keystrokes[ckeditor.ctrl + 113, 'h1'];
doesn't work.
thanks lot.
Comments
Post a Comment