I'm left-handed,
and would like to switch Primary button.
How to in LXDE (Fedora 10).
Without pulling in Gnome Control Panel.
Frank
Switch Primary Mouse Button
Switch Primary Mouse Button
frankly3d.com
fedoraproject.org
linux.ie
fedoraproject.org
linux.ie
-
- Posts: 148
- Joined: Sun Jan 11, 2009 6:57 pm
Re: Switch Primary Mouse Button
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
Section "InputDevice"
Identifier "mouse {or whatever fedora says to it}"
.
.
.
Option "ButtonMapping" "3 2 1 4 5"
EndSection