# A user-specific app-defaults file for Netscape that makes all mouse # buttons behave as Button1. Put this in $XUSERFILESEARCHPATH. # # created by jwz, 17-Jul-2001 # Don't splash, don't print stderr errors. # Netscape*noAboutSplash: true Netscape*useStderrDialog: false Netscape*useStdoutDialog: false # Take a lot of useless bullshit out of the toolbar. # Netscape*toolBar.myshopping.isEnabled: false Netscape*toolBar.destinations.isEnabled: false Netscape*toolBar.search.isEnabled: false Netscape*toolBar.viewSecurity.isEnabled: false Netscape*toolBar.print.isEnabled: false Netscape*toolBox.toolBarItem.logo.isEnabled: false Netscape*toolBox.urlBarItem.logo.isEnabled: false Netscape*toolBox.personalToolbarItem.logo.isEnabled: false # Disable the Netscape logo button. # Netscape*logo.tipString: Netscape*logo.documentationString: Netscape*logo.translations: #override \ : \n\ : \n\ : \n\ : \n\ : \n\ : \n\ : \n\ : \n # Make buttons 2 and 3 do the same thing as button 1 in HTML text. # *drawingArea.translations: #replace \ : ArmLink() \n\ : ArmLink() \n\ : ArmLink() \n\ ~Shift: ActivateLink() \n\ ~Shift: ActivateLink() \n\ ~Shift: ActivateLink() \n\ Shift: ActivateLink(save-only) \ DisarmLink() \n\ Shift: ActivateLink(save-only) \ DisarmLink() \n\ Shift: ActivateLink(save-only) \ DisarmLink() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DescribeLink() \n # Normal buttons in HTML forms. # Netscape*XmPushButton.translations: #override \ : Arm() \n\ : Arm() \n\ : Activate() Disarm() \n\ : Activate() Disarm() Netscape*XmPushButtonGadget.translations: #override \ : Arm() \n\ : Arm() \n\ : Activate() Disarm() \n\ : Activate() Disarm() # Toggle/radio buttons in HTML forms. # Netscape*XmToggleButton.translations: #override \ : Arm() \n\ : Arm() \n\ : Select() Disarm() \n\ : Select() Disarm() Netscape*XmToggleButtonGadget.translations: #override \ : Arm() \n\ : Arm() \n\ : Select() Disarm() \n\ : Select() Disarm() # Buttons in the toolbar and URL areas. # Netscape*XfeButton.translations: #override \ : Arm() \n\ : Arm() \n\ : Activate() Disarm() \n\ : Activate() Disarm() # Text and TextField widgets in HTML forms and dialog boxes. # Set button3 to be the same as button1, but leave button2 # alone so that we can still use it to paste... # Netscape*XmText.translations: #override \ ~c s ~m ~a : extend-start() \n\ c ~s ~m ~a : move-destination() \n\ ~c ~s ~m ~a : grab-focus() \n\ ~c ~m ~a : extend-adjust() \n\ ~c ~m ~a : extend-end() \n Netscape*XmTextField.translations: #override \ ~c s ~m ~a : extend-start() \n\ c ~s ~m ~a : move-destination() \n\ ~c ~s ~m ~a : grab-focus() \n\ ~c ~m ~a : extend-adjust() \n\ ~c ~m ~a : extend-end() \n # I can't figure out how to make that work in the URL field, which # is an XmTextField child of a DtComboBox... We're still getting a # right-button menu there... # I think this stuff doesn't work because there can be one and only # one mouse-button-grab for the menubar? Or some such Motif idiocy. # So you can still only get to the menubar pulldowns with Button1. # #Netscape*menuBar.XmCascadeButton.translations: #override \ # : MenuBarSelect() \n\ # : MenuBarSelect() \n\ # : DoSelect() \n\ # : DoSelect() #Netscape*XmMenuShell*XmRowColumn.translations: #override \ # : MenuBtnDown() \n\ # : MenuBtnDown() \n\ # : MenuBtnUp() \n\ # : MenuBtnUp()