[Bug 44382] Overcooked: Right shift is detected as left shift instead

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 25 23:01:24 CST 2018


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

--- Comment #1 from paradigmsort at gmail.com ---
As additional data: with 

WINEDEBUG=trace+key

I see the following with the winemac.drv when I press right shift:

0037:trace:key:macdrv_send_keyboard_input hwnd 0x60060 vkey=00a1 scan=0036
flags=0000

With winex11.drv I see instead:

0009:trace:key:X11DRV_send_keyboard_input hwnd 0x30066 vkey=00a1 scan=0036
flags=0001


ie. x11 is setting the KEYEVENTF_EXTENDEDKEY flag, whereas mac is not

-- 
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