wine/programs/conhost
Eric Pouech 5a8350120c 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>
2022-10-24 18:50:36 +02:00
..
tests conhost/tests: Fix some tests on input sequences. 2022-10-24 18:50:36 +02:00
conhost.c kernelbase: Return full title length from GetConsoleTitle(). 2022-10-10 11:19:44 +02:00
conhost.h conhost: Don't prompt the user to save their app-specific settings. 2022-05-30 22:07:42 +02:00
conhost.rc conhost: Don't prompt the user to save their app-specific settings. 2022-05-30 22:07:42 +02:00
Makefile.in conhost: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
window.c conhost: Update debug output and comments when loading/saving settings. 2022-06-09 20:55:20 +02:00