Switch Primary Mouse Button

Please post all general support questions for LXDE here.
Locked
Frankly3D
Posts: 2
Joined: Sat Jan 03, 2009 1:56 pm
Location: Waterford City, Ireland
Contact:

Switch Primary Mouse Button

Post 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
frankly3d.com
fedoraproject.org
linux.ie
archibald haddock
Posts: 148
Joined: Sun Jan 11, 2009 6:57 pm

Re: Switch Primary Mouse Button

Post 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
Locked