[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 1.1 X setup default: bs/del don't work with motif apps.



On Thu, 9 May 1996, Yves Arrouye wrote:

> The subject says it: none of these keys work with Motif apps on a
> fresh installation.

I'm surprised neither of them work.  The linux console is set up to
produce a delete when backspace is hit.  XFree emulates this.  Typical
behavior is both bs and del producing a del.  Here is the xmodmap
sequence to set both, though the second shouldn't be necessary.

xmodmap -e << END

! Fixes backspace
keycode 22 = BackSpace

! Shouldn't be necessary
keycode 107 = Delete
END

If you need to fool with xmodmap more, you can find out keycodes with
xev(1) and keysymnames from <X11/keysymdef.h>.


Guy


Reply to: