Param to allow hotkeys in contenteditable?
See original GitHub issueHello @JohannesKlauss. I saw you disabled hotkeys for contenteditable
in #438. Any way I can enable my hotkey inside contenteditable
with enableOnTags
or something?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
contentEditable keyboard shortcuts - javascript - Stack Overflow
I know three for Chrome (and maybe some other browsers): Ctrl+B, Ctrl+U, CTRL+I. Where can I find this information? I've tried to find...
Read more >(feat) Add inContentEditable property by pdesgarets · Pull Request ...
Allowing hotkeys in contenteditable elements ... @param {boolean} inContentEditable Wether to allow combo in contenteditable elements. */. function Hotkey ...
Read more >accesskey - HTML: HyperText Markup Language | MDN
The accesskey global attribute provides a hint for generating a keyboard shortcut for the current element. The attribute value must consist ...
Read more >HTML Global contenteditable Attribute - W3Schools
The contenteditable attribute specifies whether the content of an element is editable or not. Note: When the contenteditable attribute is not set on...
Read more >HTML contenteditable Attribute - W3docs
The contenteditable attribute can have two values: true (the content is editable) or false (the content is not editable). If this attribute is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed in
3.3.1
You can now write something like this:
Makes sense. I’ll check how wer could clenaly re enable this