Subject: Re: Using the delete key to "right-delete" chars
To: Johan Danielsson <joda@pdc.kth.se>
From: Greywolf <greywolf@starwolf.com>
List: port-i386
Date: 10/01/2003 20:34:39
Thus spake Johan Danielsson ("JD> ") sometime Today...

JD> Representing a diminishing minority, I have to say that I still want
JD> the <- key to generate a DEL, and no key (except CTRL-H) to generate
JD> ^H. I could not care less what the key marked "delete" produces. Yes
JD> this means fighting a never ending battle against gtk/gnome/everything
JD> else.

This seems to me to be a lot of work for very little gain; why not

	stty erase '^H'

and be done with it?  BS == \010 == \x8 == 8 == (ctrl+H) == "Backspace" ==
[<-].

Usually I try to find some way of mapping both shift-backspace and
control-backspace to send DEL (^?, \x7f, ...) (which I use for my interrupt
key -- this also dates back to keyboards which have big DELETE keys
"in case of emergency...").

				--*greywolf++;
--
NetBSD: My Computer Runs!