https://bugs.winehq.org/show_bug.cgi?id=50197
--- Comment #3 from Jacek Caban jacek@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().