http://bugs.winehq.org/show_bug.cgi?id=59775 --- Comment #22 from AndyF <andreas.franz@arcor.de> --- Created attachment 81083 --> http://bugs.winehq.org/attachment.cgi?id=81083 Trace of pressing Ö Did some additional tests: - .NET KeyDown-Event don't produce any e.Keydata on pressing "ö". Real Windows produce an integer value of 192 - KeyDown-event won't be fired on pressing "ö" at all. But letter is written in e. g. a textbox. - it doesn´t matter if native .NET is used on WineHQ; there is no e.Keydata with builtin mono, too. WINEDEBUG=+key,+keyboard wine notepad produces different logs for pressing "l" and pressing "ö" (see attachment). Trace_of_ö is much shorter and detects keycode 0 at first line. There's no translating. -- 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.