http://bugs.winehq.org/show_bug.cgi?id=17155
--- Comment #2 from Christopher Lemay the.critta.c@gmail.com 2009-01-27 22:50:53 --- (In reply to comment #1)
What exactly did you do?
What keys? Bound to what? How? With what exact commands? To generate what key codes?
I used xmodmap and xbindkeys to bind two buttons on the side of my mouse to the numbers 1 and 2. The command is xbindkeys. My .xbindkeysrc is as follows:
keystate_numlock disable
"/usr/bin/xvkbd -xsendevent -text "[KP_2]"" m:0x0 + b:6 "/usr/bin/xvkbd -xsendevent -text "[KP_1]"" m:0x0 + b:7
and my .Xmodmap is as follows:
pointer = 1 2 3 4 5 9 8 6 7
What I believe is happening is that xmodmap is turning the side buttons on my Logitech G5 mouse into "keys," and xbindkeys is binding those "keys" to different things. The buttons on the mouse work in every non-wine application I've tested, including in this window as I type.