You are not logged in.
Pages: 1
I followed the WIKI about getting all mouse buttons to work. I even have the same mouse as the author of the wiki. It worked before I reformatted my drive with a new harddrive. Now it doesn't work. I have a logitech G5. Here are some code snipets
edit: here's a link to the wiki http://wiki.archlinux.org/index.php/Get … ns_Working
.xbindkeysrc
"/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\[left]""
m:0x0 + b:8
"/usr/bin/xvkbd -xsendevent -text " ""
m:0x0 + b:6
"/usr/bin/xvkbd -xsendevent -text " ""
m:0x0 + b:7xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Name" "Logitech USB Gaming Mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSectionI'm not sure what I'm doing wrong...
Last edited by heleos (2007-10-31 23:45:47)
Offline
Pages: 1