escriba-input 0.1.20

Input event translation for escriba — madori AppEvent → escriba Key + buttons + modifiers.
Documentation

escriba-input — translate madori input events into escriba's key abstraction.

Two layers:

  • [translate_key] takes a madori::KeyEvent (press only) and returns the corresponding escriba_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.