On Saturday 10 March 2001 17:55, Andrej Borsenkow wrote:
> The ESC sequences for setting the above do not work in Konsole (that is
> advertising itself as xterm). Quoting
> /etc/profile.d/configure_keyboard.sh (abridged):
>
> if [ "$BACKSPACE" = "BackSpace" ]; then
>
> if [ "$TERM" = "xterm" -o "$TERM" = "xterm-color" ]; then
> echo -en '\033[36h'
> fi
>
> # BackSpace sends Delete
> else
>
>
> # xterm
> if [ "$TERM" = "xterm" -o "$TERM" = "xterm-color" ]; then
> echo -en '\033[36l'
> fi
> fi
>
> Unfortunately, after sending the above backspace still sends backspace
> and not delete.
>
> It is in KDE2.1. Bug in Konsole?
>
> -andrej
I have 2.1 and backspace and delete work fine here (locale en-GB).
--
----------------------------------------------------
Linux Mandrake release 7.2 (Odyssey) for i586
KDE 2.1
Linux 2.2.17-27mdkWin4Lin, Uptime 5 hours 43 minutes
----------------------------------------------------