|
Help binding mouse buttons to keyboard buttons
I have the MX1000 mouse from logitech and I followed the guide on ubunutu forums to get all the buttons working. The buttons give some input, but I can't bind them in games in games or in teamspeak. In enemy territory, they all get picked up as KP_= and Teamspeak blinks when I press them, but it doesn't let me bind them. So I would like some help binding them to some out of the way keyboard buttons to ensure detection in game. I have the AMD64 version of kubuntu linux.
I was looking to bind the 3 thumb buttons and the scroll buttons(not the wheel).
From cat /proc/bus/input/devices
I: Bus=0003 Vendor=046d Product=c50e Version=2500
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:02.0-3/input0
S: Sysfs=/class/input/input1
H: Handlers=mouse0 event1 ts0
B: EV=7
B: KEY=ffff0000 0 0 0 0
B: REL=143
From xorg.conf
Section "InputDevice"
Identifier "Logitech MX1000"
Driver "evdev"
Option "Name" "Logitech USB Receiver"
Option "HWHEELRelativeAxisButtons" "7 6"
Option "Buttons" "10"
Option "ButtonMapping" "1 2 3 6 7"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Resolution" "800"
EndSection
Last edited by Eckstona; 08-21-2006 at 10:37 PM.
|