http://bugs.winehq.org/show_bug.cgi?id=32065
--- Comment #4 from whitney.marshall@gmail.com 2012-11-01 16:16:00 CDT --- Created attachment 42366 --> http://bugs.winehq.org/attachment.cgi?id=42366 Wine output for g2mypc with key and keyboard traces
This may be getting us somewhere. I ran wine with WINEDEBUG=+key,+keyboard and got this (copious!) output. (Since this is a keyboard trace, it clearly showed my password until I excised that bit.) You can see that keyboard layout detection happens several times and each time settles on a US layout with phantom keys(?). I use US dvorak.
Around line 11764 you can see a series of keypresses I did in the viewer. This consisted of holding down the Ctrl key and pressing K, C, X, and Z. Do a grep 'VK_' on the file to see the keystrokes pop out. You can see I lifted my Ctrl finger a few times.
Do we have enough information to mark this as being a keyboard bug?