http://bugs.winehq.org/show_bug.cgi?id=59980 --- Comment #2 from Chiitoo <chiitoo@gentoo.org> --- Looks like after https://gitlab.winehq.org/wine/wine/-/commit/339f3c7355832a15d05144bb2fcaa46... just changing the code back to 0x131 doesn't help, though a bunches of other things changed there too so maybe that's to be expected. One thing I can see when comparing before and after on the 'key' channel: before the change (pressing down right shift) 0168:trace:key:X11DRV_KeyEvent keycode 62 converted to vkey 0x1A1 scan 36 0168:trace:key:X11DRV_send_keyboard_input hwnd 0x7002a vkey=00a1 scan=0036 flags=0001 after the change (again pressing down right shift) 0168:trace:key:X11DRV_KeyEvent keycode 62 converted to vkey 0xA1 scan 0036 0168:trace:key:X11DRV_send_keyboard_input hwnd 0x4005a vkey=00a1 scan=0036 flags=0000 So 'scan' is 36 already regardless, but 'vkey' does differ, and there is a 0001 in 'flags'. That written, the 'vkey' seems to be the same in 'send_keyboard_input', so unsure if these differences can be of any hint towards what is going on. -- 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.