! Disable drag-to-select Netscape*hysteresis: 3000 ! Gets rid of the Netscape splash screen: Netscape*noAboutSplash: True Netscape*dontForceWindowStacking: True ! Sets the size of the Netscape window to full screen, with ! a small strip of desktop showing to the left of the window ! which will be explained later Netscape.Navigator.geometry: =1013x793+0-0 !Disable some of the keyboard commands (though I?ve never found ! an explanation of which ones): Netscape*globalTranslations: !Make all mouse buttons do the same thing: Netscape*drawingArea.translations: #replace \ : ArmLink() \n\ : ArmLink() \n\ : ArmLink() \n\ ~Shift: ActivateLink() \ DisarmLink() \n\ ~Shift: ActivateLink() \ DisarmLink() \n\ ~Shift: ActivateLink() \ DisarmLink() \n\ Shift: ActivateLink() \ DisarmLink() \n\ Shift: ActivateLink() \ DisarmLink() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DescribeLink() \n\ !These allow you to use a mouse wheel; if your mouse has no !wheel then don?t put these in: None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ Netscape*globalNonTextTranslations: #override \n\ None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ !Disables the Shopping, security, and MyNetscape buttons on the toolbar: Netscape*toolBar.myshopping.isEnabled: false Netscape*toolBar.viewSecurity.isEnabled: false Netscape*toolBar.destinations.isEnabled: false !Changes appearance of Search button; resetting url must be done from preferences.js Netscape*search.tipstring: Search @ MPL Netscape*search.documentationString: Search @ MPL Netscape*search.labelString: Search @ MPL !Changes appearance of Home button: Netscape*home.tipstring: MPL Home Netscape*home.documentationString: MPL Home Netscape*home.labelString: MPL Home !Disables blink tags Netscape*blinkingEnabled: False