I have a ps2 logitech pilotmouse +, and the wheel mouse works fine with
netscape with the hack I posted earlier. I found it on
http://www.inria.fr/koala/colas/mouse-wheel-scroll/#netscape

And I swear I don't have imwheel running!

I'll try the /usr/X11R6/lib/X11/app-defaults/Netscape from Pablo Saratxaga
tonight

Here's the pointer section of my XF86Config:

# **********************************************************************
# Pointer section
# **********************************************************************
Section "Pointer"
    Protocol    "IMPS/2"
    Device      "/dev/mouse"
    ZAxisMapping 4 5
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Protocol "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice
#    BaudRate 9600
#    SampleRate 150
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Emulate3Buttons
#    Emulate3Timeout    50
# ChordMiddle is an option for some 3-button Logitech mice
#    ChordMiddle
EndSection

and the section I have added to my ~.Xdefaults
!## NETSCAPE
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\
        <Btn4Down>: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
        <Btn5Down>:
LineDown()LineDown()LineDown()LineDown()LineDown()LineDown(
        Alt<Btn4Down>: xfeDoCommand(forward)\n\
        Alt<Btn5Down>: xfeDoCommand(back)\n
Netscape*globalNonTextTranslations: #override\n\
 Shift<Btn4Down>: LineUp()\n\
 Shift<Btn5Down>: LineDown()\n\
 <Btn4Down>:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
 <Btn5Down>:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
 Alt<Btn4Down>: xfeDoCommand(forward)\n\
 Alt<Btn5Down>: xfeDoCommand(back)\n




----- Original Message -----
From: Alessandro Sangiuliano <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 21, 1999 10:59 AM
Subject: Re: [Cooker] imwheel


> Il gio, 21 ott 1999, hai scritto:
> > Kaixo!
> >
> > On Wed, Oct 20, 1999 at 04:23:32PM -0700, Eugenio Diaz wrote:
> >
> > >> I don't have a wheel mouse so I can't test.
> > >> However; I put in ftp://mandrakesoft.com/pub/pablo/
> > >> a file Netscape.4.7;
> > >> you can copy it to
> > >> /usr/X11R6/lib/X11/app-defaults/Netscape and test
> > >> if it works correctly (that file also has the
> >
> > > This does not work for me. Do I need to run imwheel or
> > > what.
> >
> > I took it from a message of Rushuru <[EMAIL PROTECTED]>; in it he said no
> > imwheel was necessary; only the resources file and 'ZAxisMapping 4 5'
> > in the mouse section of XF86Config file.
>
> For me is the same.
> Does not work.
>
> Thank you
> Alessandro
>

Reply via email to