tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
274 stars 331 forks source link

Use keyboard shortcuts to change text to heading like Shift + Alt + 1 for Heading 1 #483

Open Seamate opened 9 months ago

Seamate commented 9 months ago

Please, can anyone help me with achieving this, so that it is possible to select a text and then use Shift + Alt + 1, 2, 3, 4, 5 or 6 for each of the headings, as we have in some HTML editors like Wordpress?

It makes work faster and increases productivity.