[Bug 34481] New: VkKeyScanA does not recognise '(' or ')'

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 10 04:51:29 CDT 2013


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 at winehq.org
        ReportedBy: t.r.i.s.t.e.n.h.a.y.f.i.e.l.d at 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.

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