[Bug 8683] section sign key input not working in WoW

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 23 00:59:52 CST 2008


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





--- Comment #26 from Dmitry Timoshkov <dmitry at codeweavers.com>  2008-01-23 00:59:52 ---
(In reply to comment #25)
> Created an attachment (id=10416)
 --> (http://bugs.winehq.org/attachment.cgi?id=10416) [details]
> A proposed patch
> Does the attached patch work for you?

Also, could you please try to replace

e.state = LockMask;

by

e.state = 0;

before the 'for' loop, and replace tolowerW() by toupperW() in my patch.
My test under XP shows that for letter keys MapVirtualKeyEx() returns
upper cased characters, but perhaps setting LockMask in the event state
is not what we need to do.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list