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

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 19 12:39:44 CST 2008


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





--- Comment #11 from Fábio Capela <fabio.capela at yahoo.com>  2008-01-19 12:39:41 ---
Created an attachment (id=10365)
 --> (http://bugs.winehq.org/attachment.cgi?id=10365)
Hack to make ß key work for bindings in WoW

Just confirmed that the bug exists when using the german keyboard layout and
found why.

World of Warcraft uses the result from MapVirtualKeyEx in MAPVK_VK_TO_CHAR mode
when binding an action to a key; if the result is 0 (or, apparently, if the
result is much larger than 255), it can't bind the key.

The attached patch is an ugly hack to make the ß key work.


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