>>>>> "Alfred" == Alfred von Campe <alfred_at_hw.stratus.com> writes:
    Alfred> I am using a SPARCstation 5 running SunOS 4.1.4 and fvwm
    Alfred> V2.0.41 (I think that's what's installed).  The one thing
    Alfred> that I just can not get to work is the Backspace key in
    Alfred> Netscape.  It works in all other windows (well, xterms and
    Alfred> FrameMaker is all I really use).
Try the following.  It's better, in some sense, than using xmodmap to
change the meanings of the backspace key.  Sometimes, you don't want
that at all.
Create a file called .motifbind in your home directory with the
following contents:
!  Modified to switch the meanings of backspace and delete
!
!  Sun Motif 1.2.3
!  Virtual Key Bindings
!
! "Sun Microsystems, Inc."
osfActivate     :               <Key>KP_Enter
osfCancel       :               <Key>Escape
osfHelp         :               <Key>Help
osfMenu         :Shift          <Key>F10
osfMenuBar      :               <Key>F10
osfLeft         :               <Key>Left
osfUp           :               <Key>Up
osfRight        :               <Key>Right
osfDown         :               <Key>Down
osfBeginLine    :               <Key>Home
osfEndLine      :               <Key>End
osfPageUp       :               <Key>Prior
osfPageDown     :               <Key>Next
osfBackSpace    :               <Key>Delete
! osfDelete     :               <Key>Backspace
osfInsert       :               <Key>Insert
osfUndo         :               <Key>Undo
osfAddMode      :Shift          <Key>F8
osfCopy         :               <Key>SunCopy
osfCut          :               <Key>SunCut
osfPaste        :               <Key>SunPaste
I suspect the important one is the osfBackSpace entry.  This change
will apply to all Motif apps, but none of your other apps.
Ray
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Sun May 04 1997 - 13:01:26 BST