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.
https://bugs.winehq.org/show_bug.cgi?id=34481
--- Comment #1 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=34481
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #2 from super_man@post.com --- How did you make this conclusion also do you have an application that proves your finding?