Having trouble getting help?
Contact Support
Contact Support
Shortcut key in EJ2 TypeScript Rich text editor control
5 Mar 20251 minute to read
It can be achieved by using formatter
property. We need to create customformatterModel
to configure the keyConfig
using IHtmlFormatterModel
class and assign the same to the formatter property. Here, ctrl+q
is configured to open the Insert Hyperlink
dialog.