InterfaceX v1.1.1 — Bugfix
Fix
- Infinite refresh loop when pressing modifier-only keys (Ctrl, Alt, Shift, arrow keys, function keys)
Pressing Ctrl alone generated a null character ([char]0) that matched no menu action, causing the main loop to restart and reload network interfaces endlessly. The fix silently ignores zero-character keypresses in the input handler.