May 15, 2026
12:48 p.m.
Rémi Bernon (@rbernon) commented about dlls/winemac.drv/keyboard.c:
TRACE("hkl %p flags %04x\n", hkl, flags);
+ NtUserPostMessage( NULL, WM_WINE_IME_NOTIFY, IMN_WINE_SET_OPEN_STATUS, is_ime_hkl(hkl) );
Not sure but doesn't open status denote whether the composition window is opened? Shouldn't this rather happen once we have started feeding keys to the IME? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10913#note_140005