[Bug 7609] shift-key instantly pressed, all aps

Wine Bugs wine-bugs at winehq.org
Mon Mar 5 06:03:35 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7609





------- Additional Comments From dmitry at 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.



More information about the wine-bugs mailing list