Expand description
Input policy for mathtex-editor: key events and typed text to editor commands, with words and autocorrect.
Structsยง
- Invalid
Word - A word
Keymap::define_wordrefused because it is empty or holds more than ASCII letters. - KeyInput
- A normalized key event from the host matching browser
KeyboardEventfields. - Keymap
- Input policy for one editor, holding a pending word between keys, see the crate docs for the contract.
- Keymap
Entry - A palette row with a trigger word and display label.