BS''D

> Hello all .. I have just installed Mandrake 7.1 with Xfree86 4.0 and
> upgraded to netscape 4.73-6mdk.  My problem is that the wheel for my mouse
> (a MS intellieye usb)does not work. The wheel does work for other apps such
> as gnome, mandrake stuff, etc.  Must I use imwheel to get the wheel to
> function in netscape?  I thought that I read some place that imwheel is no
> longer needed with Xfree86 4.0 and netscape 4.73-6mdk.  Anyone have any
> suggestions .. they would be greatly appreciated.

Look at your /etc/sysconfig/mouse; here you should the entry  

WHEEL=yes

And, secondly,  add the lines below to your local .Xdefaults than you will be able
to use your wheel properly. 

Best,

Daniel.

################ add this at to ~/.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\
          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

Reply via email to