https://bugs.winehq.org/show_bug.cgi?id=48965
Bug ID: 48965 Summary: regression introduced by 1bc9c4fdb2e6c27621 Product: Wine Version: 4.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: mfr@bmx-chemnitz.de Distribution: ---
regression introduced by commit 1bc9c4fdb2e6c27621
The commit causes a regression in key handling for Rift, and possibly other games (see https://forum.winehq.org/viewtopic.php?t=32612).
specific ssue for Rift: key combination with ALT not working (tested with wine-5.4, wine-5.6 causes other issues/crashes)
Commit identified via the above forum entry mentioning 4.10 and 4.11:
$> git log --grep Release | grep -B 5 "4.1"
4.10 -> 78f74446b9806f63a27c2d643b8e29156b5bdcb 4.11 -> 07afb240a87d097c83ca5263c61145a170894a22
$> git log 78f74446b9..07afb240a87d097c83 --grep keyboard 1 result: commit 1bc9c4fdb2e6c2762105c14cdafb7d4ea3370625
Reverting that commit fixed ALT key combinations in Rift.