https://bugs.winehq.org/show_bug.cgi?id=52980
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |5a8350120c27f4bcb5f53817dec | |4a6f5964e06b2 Resolution|--- |FIXED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Yep, this is clearly fixed. Thanks. The commit id is wrong though. I think you meant:
commit 5a8350120c27f4bcb5f53817dec4a6f5964e06b2 Author: Eric Pouech eric.pouech@gmail.com AuthorDate: Mon Oct 24 15:24:35 2022 +0200 Commit: Alexandre Julliard julliard@winehq.org CommitDate: Mon Oct 24 18:50:36 2022 +0200
conhost/tests: Fix some tests on input sequences.
Correctly handling keyboards (French, German...) which report right-alt as ctrl+alt in VkKeyScan().
Splitting escape_test input tests into pure virtual keys on one hand, and modified char key on the other. Generating the virtual codes for the later instead of hardcoding the results (bound to generic US keyboard).
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52980 Signed-off-by: Eric Pouech eric.pouech@gmail.com
commit bdad6f2c853045602ab3995ec3490bee3d0a60fb Author: Eric Pouech eric.pouech@gmail.com Date: Mon Oct 24 15:24:33 2022 +0200
conhost/tests: Fix tests for some keyboard layouts.
Some keyboards (French, German and some others) report the right alt key (which is some cases the right-shift one) as ctrl+alt. Add proper handling for ctrl+alt return from VkKeyScan().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52980 Signed-off-by: Eric Pouech eric.pouech@gmail.com
Marking resolved.