Skip to content

InterfaceX v1.1.1

Latest

Choose a tag to compare

@Vayaris Vayaris released this 31 Mar 15:13

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.