http://bugs.winehq.org/show_bug.cgi?id=34481
Bug #: 34481 Summary: VkKeyScanA does not recognise '(' or ')' Product: Wine Version: 1.7.0 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: t.r.i.s.t.e.n.h.a.y.f.i.e.l.d@gmail.com Classification: Unclassified
VkKeyScanA does not recognise the '(' or the ')' characters. For both characters, it returns -1. On my platform, I think it should the return values should be
'(' -> 313 (ie shift + VkKeyScanA("9")) and ')' -> 304 (shift + VkKeyScanA("0"))
For some reason IsDBCSLeadByte(cChar) is true for these characters.
I tried to dig down to the source of the problem but I could not decipher the make_unicode perl script.