http://bugs.winehq.org/show_bug.cgi?id=12939 --- Comment #2 from Harald Judt <h.judt(a)gmx.at> 2008-05-12 16:19:57 --- Hi, thanks for your response. I'll attached the debug output. What I did: . Start foobar2000. . Click on an entry in the playlist (main window). . Hold down <Control> key. . Click on another entry in the playlist. . Exit foobar2000 by clicking on the window decoration close button. I'm usually using fluxbox as a window manager, but it happens in xfce/compiz too. Both provide configurable hotkeys. I'm also using imwheel for configuring the mouse buttons. Killing it doesn't help. I'm using CAPSLOCK as a Control key, but the Control key retains its function (not swapping CAPSLOCK and Control). Both in console and X. This is my xorg.conf keyboard section: Section "InputDevice" Identifier "Keyboard1" Driver "evdev" Option "Device" "/dev/input/event0" Option "XkbRules" "xorg" Option "XkbModel" "evdev" Option "XkbLayout" "de" Option "XkbOptions" "ctrl:nocaps,eurosign:e" Option "AutoRepeat" "500 30" EndSection And this is the one for the mouse: Section "InputDevice" Identifier "Mouse1" Driver "evdev" Option "Device" "/dev/input/event3" Option "Name" "Logitech USB RECEIVER" Option "CorePointer" Option "ZAxisMapping" "4 5 6 7" Option "Buttons" "9" Option "ButtonNumber" "9" EndSection I could try to use kbd instead of evdev, but this would force me to search for some strange HAL policy file. I'm also using this .Xmodmap file: ! Eject key keycode 169 = keycode 170 = keycode 174 = keycode 194 = XF86Eject ! WWW key keycode 158 = keycode 180 = XF86WWW keycode 156 = keycode 157 = keycode 197 = XF86Launch0 keycode 198 = XF86Launch1 keycode 199 = XF86Launch2 ! Mouse buttons pointer = 1 2 3 4 5 10 11 8 9 12 6 7 Would a debug output of an older wine version help (wine-0.9.58)? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.