Previously, holding a bound key (e.g. Ctrl) would only block the first key press from Windows — auto-repeat events were passed through. This caused the system to think the key was permanently held, leading to unintended shortcuts (e.g. Ctrl + Esc opening the Windows Start Menu instead of the game menu).
Now all key-down events for the bound key are fully blocked from the system while the bind is active.