https://bugs.winehq.org/show_bug.cgi?id=41578
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com --- I got XShell 4 (Build 0142) from http://www.netsarang.com/download/down_live.html?productcode=2&majorvers... 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?