mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-27 15:39:41 +00:00
iOS sends decent key down events, but junk key up events when a hardware keyboard is used. This confuses the key tracking as a corresponding release is then never detected. To work around this we'll treat the hardware keyboard like the virtual ones and send the key release right away.