SOLVED: Setting a Mouse to Left handed?

Booting, installing, newbie
Post Reply
Message
Author
confuzzled
Posts: 16
Joined: Fri 19 Jan 2007, 13:06

SOLVED: Setting a Mouse to Left handed?

#1 Post by confuzzled »

As a left handed user I am used to setting my mouse with the buttons reversed. However this option does not appear in the mouse setup from the puppy wizards. Is there a way to do this? or is it something that I should request as a new feature?
Last edited by confuzzled on Sat 20 Jan 2007, 14:36, edited 1 time in total.

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#2 Post by rarsa »

Very easy to set-up from the command line it is one of the following commands (I'm not in linux right now to refresh my memory)

Code: Select all

xmodmap -e "pointer = 3 2 1 4 5"
or 
xmodmap -e "pointer = 2 1 3 4 5"
You can then add it to /root/.xinitrc or create scrtipt for whenever you want to switch.

I know that 1 corresponds to left button, 4 and 5 correspond to the scroll wheel moving up or down but I don't remember if the right button is 2 or 3.
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

confuzzled
Posts: 16
Joined: Fri 19 Jan 2007, 13:06

#3 Post by confuzzled »

Thanks. The first one seemed to be the correct one. The second one sets the middle mouse button as the prime button.

Post Reply