Re: 5 button mouse and MozillaFirebird

2003-10-28 Thread Siegbert Baude
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 67 1/dev/null 21
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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5 button mouse and MozillaFirebird

2003-10-27 Thread John Oxley
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 HTMLhttp://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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5 button mouse and MozillaFirebird

2003-10-27 Thread John Oxley
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 HTMLhttp://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
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
/~\ The ASCII   ASCII stupid question, get a EBCDIC ANSI.
\ / Ribbon Campaign John Oxley
 X  Against HTMLhttp://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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]