https://bugs.winehq.org/show_bug.cgi?id=41578 Sagawa <sagawa.aki+winebugs(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs(a)gmail.c | |om --- Comment #1 from Sagawa <sagawa.aki+winebugs(a)gmail.com> --- I got XShell 4 (Build 0142) from http://www.netsarang.com/download/down_live.html?productcode=2&majorversion=... and can confirm the issue.
From my investigation, this is due to application's wrong assumptions of GetKeyNameText() API. The API returns key-name string. As described in MSDN reference, key-name string depends on the current keyboard layout. However, the application expects "Ctrl" (or "Strg" for German keyboard) for the control key while Wine returns "Control" for the key.
Do you know another application that suffers like this? -- 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.