[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Backspace key
- Subject: [ale] Backspace key
- From: byron at gemini.cc.gatech.edu (Byron A Jeff)
- Date: Wed, 28 Aug 1996 16:31:56 -0400 (EDT)
>
> Is there any way to fix my backspace key so that it will backspace from the end
> of the line instead of delete in X.
>
xmodmap -e "keycode 22 = BackSpace"
However you lose the delete. So I do
xmodmap -e "keycode 22 = BackSpace Delete"
So that a shift backspace gives a delete.
Slackware 3.0's xinit is setup up with this command in a file called
/usr/lib/X11/xinit/.Xmodmap
which it invokes when X starts. Not sure about Red Hat
Hope this helps,
BAJ