[Bug 50197] cmd and winedbg: Unable to insert some chars (*, _) with de-adnw keyboard layout

WineHQ Bugzilla wine-bugs at winehq.org
Mon Nov 30 14:27:16 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50197

--- Comment #3 from Jacek Caban <jacek at codeweavers.com> ---
It looks like VkKeyScanW indeed reports LEFT_ALT_PRESSED, which we skip later
when processing edition events. This check was ported from old kernel32 code,
but the old code didn't use VkKeyScanW. I wonder if VkKeyScanW should be fixed
or should we allow LEFT_ALT_PRESSED in process_console_input().

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list