mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
New DocC article covering the complete keyboard input system: - 3-layer event dispatch (StatusBar → View handlers → Default bindings) - Key enum reference (special keys, arrows, navigation) - KeyEvent modifiers (Ctrl, Alt, Shift) - onKeyPress API (all 3 overloads, handler priority) - Focus navigation (Tab/Shift+Tab) - Default bindings (q/t/a) and QuitBehavior - Shortcut display symbols table - StatusBar context stack for modal overrides - System items configuration