Page 1 of 1

Switch Primary Mouse Button

Posted: Sat Jan 03, 2009 2:08 pm
by Frankly3D
I'm left-handed,
and would like to switch Primary button.
How to in LXDE (Fedora 10).
Without pulling in Gnome Control Panel.

Frank

Re: Switch Primary Mouse Button

Posted: Mon Jan 12, 2009 8:23 pm
by archibald haddock
I would do this in your xorg.conf. Edit /etc/X11/xorg.conf and add/switch to:
Section "InputDevice"
Identifier "mouse {or whatever fedora says to it}"
.
.
.
Option "ButtonMapping" "3 2 1 4 5"
EndSection