From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 17:05:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5563C16A4CE for ; Mon, 27 Oct 2003 17:05:59 -0800 (PST) Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B5ED43FAF for ; Mon, 27 Oct 2003 17:05:57 -0800 (PST) (envelope-from oxo@rucus.ru.ac.za) Received: (qmail 10916 invoked from network); 28 Oct 2003 01:05:56 -0000 Received: from shell-em0.rucus.ru.ac.za (oxo@10.0.0.1) by server-em0.rucus.ru.ac.za with QMQP; 28 Oct 2003 01:05:56 -0000 Date: Tue, 28 Oct 2003 03:05:56 +0200 From: John Oxley To: questions@freebsd.org Message-ID: <20031028010556.GB57774@rucus.ru.ac.za> References: <20031027150248.GF23379@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031027150248.GF23379@rucus.ru.ac.za> User-Agent: Mutt/1.4.1i Subject: Re: 5 button mouse and MozillaFirebird X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 01:05:59 -0000 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 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 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