suyati / line-control

A Light Weight HTML5 Text Editor designed as a JQuery Plugin
Other
124 stars 90 forks source link

Allow Line Control Editor to Support Tabbing #117

Open rhoward334 opened 4 years ago

rhoward334 commented 4 years ago

I would like to allow my users to use the Line Control Editor to enter tabs as part of their data. I am trying to use the onkeydown event to listen for tabs, but the editor is not responding to it. How can I address this? Thank you.

ccyarm commented 3 years ago

I would like this feature too, thank you.