Re: [PATCH v17 0/1] MR6199: winewayland: Fix release_all_keys's modifier filtering.
Hi @yurih, the current code excludes VK_MENU/SHIFT/CONTROL, but not in order to filter modifier keys, but because these are inferred keys: they don't corresponding to a specific physical key and their state is set based on the state other keys (i.e., the left/right specific variants).
Also, there's issues with extended scan code (for example my keyboard arrows) that aren't released, though it also happens with winex11. Hmm, I see releases for the key arrows on my keyboard :/ (i.e., VK_LEFT/RIGHT/...), not sure what's different here. My keyboard is a french azerty keyboard, the down arrow key scan code is e0
On Tue May 27 08:53:30 2025 +0000, Alexandros Frantzis wrote: 50. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6199#note_104647
participants (1)
-
Yuri Hérouard