Date: Tue, 28 Oct 2003 03:05:56 +0200 From: John Oxley <oxo@rucus.ru.ac.za> To: questions@freebsd.org Subject: Re: 5 button mouse and MozillaFirebird Message-ID: <20031028010556.GB57774@rucus.ru.ac.za> In-Reply-To: <20031027150248.GF23379@rucus.ru.ac.za> References: <20031027150248.GF23379@rucus.ru.ac.za>
next in thread | previous in thread | raw e-mail | index | archive | help
OK, figured it out: Step by step for anyone who wants to know how. edit XF86Config put in Option "Buttons" "7" Option "ZAxisMapping" "6 7" in ~/.imwheelrc put: ".*" None, Up, Alt_L|Left None, Down, Alt_L|Right and last of all in .xinitrc, put: imwheel -p -b "67" & xmodmap -e "pointer = 1 2 3 6 7 4 5" On Mon 2003-10-27 (17:02), John Oxley wrote: > Hi, > > I have a 5 button optical mouse. > > I have put the lines: > Option "Buttons" "7" > Option "ZAxisMapping" "6 7" > > in my Identifier section of XF86Config. > > I also run `xmodmap -e "pointer = 1 2 3 6 7 4 5"` in my .xinitrc. Running xev > i can see that the side buttons are buttons 6 and 7, while the scroll up and > down is 4 and 5. > > How do I tell MozillaFirebird to map back and forward to buttons 6 and 7. I > realise that this isn't strictly a FreeBSD question but any help would be > greatly appreciated. > > My system is FreeBSD-5.1-RELEASE-p10, running XFree86 Version 4.3.0. My > window manager is blackbox 0.65.0. > > -John > > -- > /~\ The ASCII ASCII stupid question, get a EBCDIC ANSI. > \ / Ribbon Campaign John Oxley > X Against HTML http://oxo.rucus.net/ > / \ Email! oxo <at> rucus.ru.ac.za > "Personally, I'd rather pay for my freedom than live in a bitmapped, pop-up-happy dungeon like NT." > -- Thomas Scoville > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- /~\ The ASCII ASCII stupid question, get a EBCDIC ANSI. \ / Ribbon Campaign John Oxley X Against HTML http://oxo.rucus.net/ / \ Email! oxo <at> rucus.ru.ac.za "Personally, I'd rather pay for my freedom than live in a bitmapped, pop-up-happy dungeon like NT." -- Thomas Scoville
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031028010556.GB57774>