
ti.liame at email
Sep 9, 2004, 1:50 PM
Post #2 of 3
(50 views)
Permalink
|
On Thursday 09 September 2004 22:06, dsoper [at] uoregon wrote: > Hi all, > > I moved my mouse to the left side of the keyboard to deal with some > carpal issues :-( and went to use xmodmap to change the button > orientation. When I entered "xmodmap -e "pointer = 3 2 1", I got a > message saying "bad number of buttons, must have 5 instead of 3". > Unfortunately, I have a 3-button mouse. > > The mouse is a logitech USB optical scroll mouse, and the relevant > info in my XF86 config file is: > > Driver "mouse" > Option "Protocol" "IMPS/2" > Option "Device" "/dev/mouse" > Option "ZAxisMapping" "4 5" > > The ZAxisMapping is for the scroll button. How do I handle this when > I switch the mouse buttons? try: xmodmap -e "pointer = 3 2 1 4 5" If buttons 4 and 5 are specified in "Option" section, xmodmap expect them to be there... Cheers Francesco -- Linux Version 2.6.7, Compiled #5 Wed Jul 28 08:20:28 CEST 2004 One 1.53GHz AMD Athlon XP Processor, 1.5GB RAM, 3022.84 Bogomips Total macula.fastwebnet.it -- gentoo-user [at] gentoo mailing list
|