http://bugs.winehq.org/show_bug.cgi?id=7609
------- Additional Comments From dmitry@codeweavers.com 2007-05-03 06:03 ------- Does removing the check under /* Ignore some unwanted events */ comment help?
I.e. completely remove the following chunk of code:
/* Ignore some unwanted events */ if ((keysym >= XK_ISO_Lock && keysym <= XK_ISO_Last_Group_Lock) || keysym == XK_Mode_switch) { wine_tsx11_lock(); TRACE("Ignoring %s keyboard event\n", XKeysymToString(keysym)); wine_tsx11_unlock(); return; }