vitamin wrote: > > Wine per say doesn't really support multiple keyboard layouts. It's defined by the locale you've set before starting Wine. I was able to get a handle to the keyboard layout from the primary thread. The issues seems to arise when using callbacks from threads outside the program window... I got around it for now... I may try to post a patch to X11DRV_GetKeyboardLayout later...