Subject: Re: backspace
To: Guy Santiglia <fredfl2@guy.chonju21.net>
From: SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
List: port-mac68k
Date: 06/29/1999 23:52:16
Frederick Bruckman <fb@enteract.com> wrote:
Frederick> On Tue, 29 Jun 1999, Guy Santiglia wrote:
>> Could someone please give me some specifics on how to get
>> the backspace key to delete the character to the left of
>> the cursor instead of the character to the right of the
>> cursor.
Frederick> Try this:
Frederick> xmodmap -e "keycode 0x3B = Delete"
Frederick> or build "xkeycaps" and experiment. :)
Here's another example which I use.
-----
!
! ~/.Xkeymap
!
keysym Delete = BackSpace Delete
-----
I put this into ~/.Xkeymap and call xmodmap from ~/.xinitrc
like below.
xmodmap ${HOME}/.Xkeymap
Then, pressing 'delete' alone generates ^H (backspace), with
shift key ^? (delete).
--
SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
Hack on NetBSD, and your code runs on over 20 architectures!