Files
socoban/php
Alex Cube da2f6dd1f5 Fix: global keydown hotkeys ate letters while typing in the name input
R/N/P/F/G/W/A/S/D and arrows all preventDefault()'d unconditionally,
even with focus in #settings-name-input — swallowed those letters
mid-typing (very noticeable for English names). Skip the hotkey handler
entirely when an <input> is focused.
2026-08-10 15:31:25 +03:00
..