Skip to content

Draft: Server: Synchronise keystate when locking input when the hardware message is queued.

Kevin Chabot requested to merge CNB_Kevin/wine:sync-input-lock into master

Fix an issue where modifier keys stay stuck when using a drawing tablet and a keyboard using Clip Studio Paint.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=33056

The fix comes from looking at the differences between the patch that existed in wine-staging (https://github.com/wine-staging/wine-staging/commit/8c17307f95f2967c8258ba3b5c845eac25815ab4) and the commit that made the patch be removed from wine-staging (f076e5f8). This mostly fixes the stuck/blinking issue mentioned on CSP's appdb page. It can still occur but pressing the problematic key again fixes it. Which is how it was on staging months ago with the patch version.

Merge request reports

Loading