Click to See Complete Forum and Search --> : Fluxbox and left handed mouse.
asklepios
02-13-2004, 05:21 AM
i currently use Fluxbox 0.9.8.
since i m left handed i want to change the mouse buttons but haven't found any documentation on how to do it. can someone help me please.
thanx for reading
mdwatts
02-13-2004, 03:36 PM
It could be a option you need to add/change in the InputDevice section of your X config.
Have a look through the XF86Config manpage (man XF86Config) and other X related documentation either installed with X or at www.xfree86.org
asklepios
02-14-2004, 05:01 AM
thanx for the reply mate.
the solution was that i had to create a file named ".Xmodmap" and put a line saying pointer = 3 2 1 4 5.
other way was to add this line in .xinitrc xmodmap -e "pointer = 3 2 1 4 5"
thanx for reading :)