Click to See Complete Forum and Search --> : Switch mouse buttons blackbox


MkIII_Supra
01-15-2008, 11:51 AM
I am moving to Blackbox at work for a while and I am left handed. In KDE I can switch the mouse easy enough, but I haven't been able to figure out how to do so with blackbox? Any ideas?

I am running OpenSuSE 10.3.

Thank you

retsaw
01-15-2008, 04:00 PM
I use this#!/bin/sh
xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7"in a script that is run when I login to remap my mouse buttons so the extra ones work properly. If you change it to #!/bin/sh
xmodmap -e "pointer = 3 2 1 4 5 8 9 6 7"It should work for swapping the left and right mouse buttons for you.