Skip to main content

Crate mathtex_editor_keymap

Crate mathtex_editor_keymap 

Source
Expand description

Input policy for mathtex-editor: key events and typed text to editor commands, with words and autocorrect.

Structsยง

InvalidWord
A word Keymap::define_word refused because it is empty or holds more than ASCII letters.
KeyInput
A normalized key event from the host matching browser KeyboardEvent fields.
Keymap
Input policy for one editor, holding a pending word between keys, see the crate docs for the contract.
KeymapEntry
A palette row with a trigger word and display label.