From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 16:32:35 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 1634F16A4CE for ; Tue, 28 Oct 2003 16:32:35 -0800 (PST) Received: from mail.rz.uni-ulm.de (arktur.rz.uni-ulm.de [134.60.246.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A930E43FDF for ; Tue, 28 Oct 2003 16:32:33 -0800 (PST) (envelope-from Siegbert.Baude@gmx.de) Received: from gmx.de (lilith.wh-wurm.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.10/8.12.10) with ESMTP id h9T0WVIw000951 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Oct 2003 01:32:31 +0100 (MET) Message-ID: <3F9F0AAA.40309@gmx.de> Date: Wed, 29 Oct 2003 01:32:42 +0100 From: Siegbert Baude User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.5b) Gecko/20030906 Thunderbird/0.2 X-Accept-Language: de-de, de-at, de, en-us, en MIME-Version: 1.0 To: John Oxley References: <20031027150248.GF23379@rucus.ru.ac.za> <20031028010556.GB57774@rucus.ru.ac.za> In-Reply-To: <20031028010556.GB57774@rucus.ru.ac.za> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-DCC-NIET-Metrics: arktur 1080; Body=2 Fuz1=2 Fuz2=2 cc: questions@freebsd.org 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: Wed, 29 Oct 2003 00:32:35 -0000 Hi John, > 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" My setup is nearly the same, except for two differences: I call imwheel as: imwheel -p -b "000067" 1>/dev/null 2>&1 and therefore have to write in imwheelrc: "Firebird$" None, Thumb1, Alt_L|Left None, Thumb2, Alt_L|Right "Konsole$" None, Thumb1, Shift_L|Left None, Thumb2, Shift_L|Right ".*" ,Thumb1, Thumb6 ,Thumb2, Thumb7 I prefer this, because 6,7 are actually the thumb buttons, so I don't have to mentally fiddle with different terms for the same buttons. Huh, I really can`t remember, where I got the last line. Just re-reading the man page doesn't reveal Thumb6 or Thumb7. Maybe the man page changed, since I fought with imwheel and my thumb buttons. :-) Ciao Siegbert