Netscape 4.x knows perfectly well what a mouse wheel is... add this to
.Xresources:

!Wheel stuff
Netscape*drawingArea.translations:      #replace        \
        <Btn1Down>:             ArmLink()       \n\
        <Btn2Down>:             ArmLink()       \n\
        ~Shift<Btn1Up>:         ActivateLink()  \n\
        ~Shift<Btn2Up>:         ActivateLink(new-window)        \
                                        DisarmLink()    \n\
        Shift<Btn1Up>:          ActivateLink(save-only) \
                                        DisarmLink()    \n\
        Shift<Btn2Up>:          ActivateLink(save-only) \
                                        DisarmLink()    \n\
        <Btn1Motion>:           DisarmLinkIfMoved()     \n\
        <Btn2Motion>:           DisarmLinkIfMoved()     \n\
        <Btn3Motion>:           DisarmLinkIfMoved()     \n\
        <Motion>:               DescribeLink()  \n\
        <Btn3Down>:             xfeDoPopup()    \n\
        <Btn3Up>:               ActivatePopup() \n\
        Ctrl<Btn4Down>:         PageUp()        \n\
        Ctrl<Btn5Down>:         PageDown()      \n\
        Shift<Btn4Down>:        LineUp()        \n\
        Shift<Btn5Down>:        LineDown()      \n\
                None<Btn4Down>: 
LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
                None<Btn5Down>:
LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
        Alt<Btn4Down>:          xfeDoCommand(forward)   \n\
        Alt<Btn5Down>:          xfeDoCommand(back)      \n

Netscape*globalNonTextTranslations: #override\n\
        Shift<Btn4Down>: LineUp()\n\
        Shift<Btn5Down>: LineDown()\n\
        None<Btn4Down>:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\

None<Btn5Down>:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\
n\
        Alt<Btn4Down>: xfeDoCommand(forward)\n\
        Alt<Btn5Down>: xfeDoCommand(back)\n

-----
Marc Wilson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.moonkingdom.net/mwilson

 -----Original Message-----
From:   Thibaut Cousin [mailto:[EMAIL PROTECTED]
Sent:   Sunday, December 31, 2000 4:06 AM
To:     debian-kde@lists.debian.org
Cc:     debian-user@lists.debian.org
Subject:        Re: imwheel

Le Dimanche 31 Dicembre 2000 07:50, Mircea Luca a icrit :
> I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is
> simple.The wheel won't work in Netscape unless I open an xterm and start
> imwheel .The wheel works fine otherwise in other KDE apps altough if I
> do an "ps aux | grep imwheel " it will show only the grep which means
> AFAIK that imwheel doesn't work.
> I tried to make .xinitrc and exec imwheel -that didn't work .
> I know it's not related to kernel since it did the same thing with
> 2.2.18 and without devfs
>
> Any ideas welcome

  Imwheel is, in principle, not necessary to make the wheel work. The wheel
support can be implemented directly in applications. KDE has built-in wheel
support, so the only required thing is the line "ZAxisMapping 4 5" in
XF86Config. The same is true for Gnome apps or Staroffice, for example.
Imwheel is therefore needed only for apps without built-in wheel support.
  Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6
have. So two solutions :

1) launch imwheel in .xsession, not .xinitrc with a line like "exec
/usr/bin/X11/imwheel &". If gdm is Debian-compliant, it should use
.xsession.
2) abandon imwheel, as most modern apps have built-in wheel support.
Konqueror and Mozilla are very good now, even for Java, PHP or plugins.

  Hope it helps,

--
Thibaut Cousin
email : [EMAIL PROTECTED]
web   : http://clrwww.in2p3.fr
-------------------------------------------------------------------
Teach me passion for I fear it`s gone. Show me love, hold the lorn.
So much more I wanted to give to the ones who love me. I`m sorry.
Time will tell (this bitter farewell)
I live no more to shame nor me nor you
And you... I wish I didn`t feel for you anymore...

                        Nightwish        (http://www.nightwish.com)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


Reply via email to