Date: Thu, 10 Feb 2000 10:06:16 -0600 From: "Burke Gallagher" <burke@gallagher.chicago.il.us> To: "Volker Dormeyer" <V.Dormeyer@t-online.de>, <freebsd-questions@FreeBSD.ORG> Subject: Re: DELETE Key Message-ID: <004301bf73e0$c2cdf7d0$0200a8c0@fatman2k> References: <20000210164525.A2322@t-online.de>
next in thread | previous in thread | raw e-mail | index | archive | help
the code "\e[3~" is for vt100 emulation. your TERM is set to pc25. use "\C-?": delete-char instead. also if you type Ctrl-v followed by any key bash will show you that key's code. you may also want to look at the "Consistent BackSpace and Delete Configuration" page by Anne Baretta http://www.ibbnet.org/~anne/keyboard.html It is very Linux specific but serves as a good guideline on the subject. ----- Original Message ----- From: "Volker Dormeyer" <V.Dormeyer@t-online.de> To: <freebsd-questions@FreeBSD.ORG> Sent: Thursday, February 10, 2000 9:45 AM Subject: DELETE Key > Hi, > > I have some problems to make the DELETE key act as DEL (delete > char under cursor) and not as BACKSPACE. I use the bash-shell > an I have a .inputrc with the line > > "\e[3~" delete-char > > But it doesn't work as expected. I modified some keymap-files to > configure keycode 111 as DEL, but it also doesn´t work. > > Can somebody help me with this? And how the keycodes are > interpreted by the FreeBSD kernel? > > Sorry, perhaps this question has been asked several times, but I > can't find something about it on the online-docs. > > > Volker > > -- > ########################################## > Volker Dormeyer # V.Dormeyer@t-online.de > ########################################## > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004301bf73e0$c2cdf7d0$0200a8c0>