http://bugs.winehq.org/show_bug.cgi?id=25856
--- Comment #5 from Trygve Vea trygve.vea@gmail.com 2011-01-25 13:27:38 CST --- (In reply to comment #4)
Works for me in ubuntu maverick with LANG=en_US.UTF-8 / Linux midna 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 02:41:37 UTC 2010 x86_64 GNU/Linux
but not gentoo with a POSIX locale, 2.6.34-r3.
Without any knowledge of the code in question - this line is added in the patch:
{/*VK_INSERT*/0x2d, WCEL_ToggleInsert },
0x2d happens to be - in the ascii table.
If I interpret this correctly, you've effectively changed - to toggle insert. And this seems to be true, - does indeed toggle insert-behaviour.