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

Wine Bugs wine-bugs at winehq.org
Mon Mar 5 07:44:59 CST 2007


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





------- Additional Comments From vitaliy at kievinfo.com  2007-05-03 07:44 -------
This appears to work:
-    if ((keysym >= XK_ISO_Lock && keysym <= XK_ISO_Last_Group_Lock) ||
-         keysym == XK_Mode_switch)
+    if (keysym == XK_Mode_switch)

However it still prints fixme.

Btw you don't have to have that option in the xorg.conf. It's settable with:
setxkbmap -option -option grp:shifts_toggle
And could be removed with:
setxkbmap -option

-- 
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