[desktop-discuss] Re: Delete key
Jürgen Keil
jk at tools.de
Tue Jan 2 07:07:19 PST 2007
> I want to
> report that I did as you described, but now both the
> delele (ascii DEL) and the backspace (control-H) keys
> are doing what the backspace key is doing (i.e.,
> deleting character to the left of the cursor). I
> want to delete key to delete character to the right
> of the cursor.
I think this is now a problem of the application reading
from the keyboard, and how it handles control-H vs.
ascii DEL.
For example, bash, tcsh and ksh delete the
character to the left of the cursor when they read
control-H or ascii DEL.
Same with the command line editor integrated into
mdb, or the one in gdb.
For /bin/sh and /bin/csh, it depends on the "stty erase" setting.
Etc...
This message posted from opensolaris.org
_______________________________________________
desktop-discuss mailing list
desktop-discuss at opensolaris.org
More information about the desktop-discuss
mailing list