http://bugs.winehq.org/show_bug.cgi?id=7609
Summary: shift-key instantly pressed, all aps Product: Wine Version: 0.9.32. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: vladimirkadlec@gmail.com
Once the shift key is pressed, then all applications behaves like the shift is pressed, eveven if it is not.
Example: wine notepad - press left or right shift, then pop it, no shift is pressed, caps-lock is off. Then press 'a' key, the uppercase 'A' appears in editor (lowercase 'a' expected); press '1' key, the '!' appears (number '1' expected).
When I press left shift, I get: err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A (ISO_Prev_Group) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=36,keycode=32,state=1)
When I press right shift, I get: err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A (ISO_Prev_Group) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=402A,keycode=32,state=1)
I use X.Org 7.0.0-0ubuntu45, in xorg.conf I have: Option "XkbLayout" "us,cz(qwerty)" Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
The bug appears in both "us" layout and also in "cz(qwerty)" layout. No problem with it in 0.9.31.