surprisedpika / hubble

Hubble is an input viewer for Windows, MacOS, and Linux (probably).
The Unlicense
0 stars 0 forks source link

Inputs Get “Stuck” if Held Between Window Gaining / Losing Focus #5

Closed surprisedpika closed 2 months ago

surprisedpika commented 2 months ago

If a user starts holding a key, then causes the window to gain / lose focus, then stops holding that key, the key will be "stuck" in place until that key is re-pressed. Low priority as a difficult fix and uncommonly occurs.

surprisedpika commented 2 months ago

This now only happens if the user starts holding a key "globally" (when the window is not in focus) and releases it "locally" (when the window is in focus). It no longer happens the other way around.

surprisedpika commented 2 months ago

Fixed by c16a127