Expand description
escriba-input — translate madori input events into escriba’s key
abstraction.
Two layers:
translate_keytakes amadori::KeyEvent(press only) and returns the correspondingescriba_keymap::Key— Ctrl/Alt modifiers preserved, printable chars passed through.- [
EditorInput] is the full frame-level dispatch — handles window resizes, focus changes, IME, mouse events, and key events uniformly.
Enums§
- Input
Outcome - What the runtime should do after translating an event.
Functions§
- translate_
app_ event - translate_
key - Translate a single
madori::KeyEventinto anescriba_keymap::Key.