[Bug 7609] shift-key instantly pressed, all aps
http://bugs.winehq.org/show_bug.cgi?id=7609 ------- Additional Comments From dmitry(a)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; } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs