Welcome

You have reached the blog of Keith Elder. Thank you for visiting! Feel free to click the twitter icon to the right and follow me on twitter.

Implementing a Scroll Mouse in X with the Logitech Mouseman+

Posted by Keith Elder | Posted in Computer Hardware, Linux, PC Software | Posted on 25-09-2000

Edit your .Xdefaults and paste the following text:

 

!## NETSCAPE
Netscape*drawingArea.translations: #replace
: ArmLink()
: ArmLink()
~Shift: ActivateLink()
~Shift: ActivateLink(new-window)
DisarmLink()
Shift: ActivateLink(save-only)
DisarmLink()
Shift: ActivateLink(save-only)
DisarmLink()
: DisarmLinkIfMoved()
: DisarmLinkIfMoved()
: DisarmLinkIfMoved()
: DescribeLink()
: xfeDoPopup()
: ActivatePopup()
Ctrl: PageUp()
Ctrl: PageDown()
Shift: LineUp()
Shift: LineDown()
None: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()
None: LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()
Netscape*globalNonTextTranslations: #override
Shift: LineUp()
Shift: LineDown()
None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()
None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()
Netscape*toolBar.destinations.isEnabled: false
Netscape*toolBar.myshopping.isEnabled: false
Netscape*toolBar.search.isEnabled: false
Netscape*toolBar.viewSecurity.isEnabled:
false

1200
ZAxisMapping 4 5
EndSection

This should take care of it. Simply restart your XServer and give it a try. NOTE: For some reson Netscape will stop working after a little while, the reason is unknown at this point

Write a comment