https://bugs.winehq.org/show_bug.cgi?id=39291
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aric@codeweavers.com
--- Comment #9 from Ken Thomases ken@codeweavers.com --- Thanks for that log. It shows that the Mac driver is sending the Z keystroke through the input method and the input method is giving us back the character 'Z', as expected. That should eventually result in the game getting the Z character in a WM_CHAR message, I think.
I'm bringing in Aric, who is our imm32 expert. Aric, can you tell from the log what's happening once the Mac driver handles its IM_SET_TEXT event? I'm seeing it post WM_IME_CHAR. What's supposed to happen after that?