Sevatio Octavio wrote:
> 
> It seems that Gnome has it's own mousewheel driver.  The 
> problem is Netscape will not scroll with the wheel unless 
> you run imwheel.
> But running imwheel interferes with mousewheel functions 
> in gnome applications.
> 
> Is there a happy medium where I can get Netscape to scroll 
> and also get full wheel function with gnome applications?
> 
> Seve

If you append the code at the end of this email into your
~/.Xdefaults file, you can get mouse wheel scrolling
in Netscape while not affecting gnome mouse scrolling.
Add the code to ~/.Xdefaults, shut down Netscape, then 
issue the following command:

xrdb -merge ~/.Xdefaults

Fire up Netscape, and see if it works. This, of course
assumes that you have activated buttons 4 and 5 in X (which
it appears that you have).  If you boot up into console
mode, and use startx to get into X you may want to add the 
line

xrdb ~/.Xdefaults

into your ~/.xinitrc file.

Best,
Chris


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Netscape mouse scroll begin
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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()\n\
         None<Btn5Down>: 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

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! End Netscape mouse scroll
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Reply via email to