LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Konsole returns ~ (https://www.linuxquestions.org/questions/linux-software-2/konsole-returns-%7E-502770/)

gbowden 11-18-2006 09:28 AM

Konsole returns ~
 
When I press the DEL key on my keyboard on the konsole ~ is shown instead of deleteing charaters.

In all other programs the DEL key works correctly.

What can I do to fix this problem?

btmiller 11-18-2006 03:35 PM

Can you post the output of:

stty -a
echo $TERM

gbowden 11-18-2006 05:13 PM

00:12:30 gbowden@gbnet:~$ stty -a
speed 38400 baud; rows 26; columns 89; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>;
swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V;
flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -ixon -ixoff -iuclc
-ixany -imaxbel -iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
00:12:32 gbowden@gbnet:~$ echo $TERM
xterm

Hope that helps.

btmiller 11-18-2006 09:05 PM

Hmmm ... that looks right to me. Is your backspace key also working correctly? Having erase set to ^? I supposed to make sure both backspace and delete work, or so I thought. Are you using any custom keymappings in X?

gbowden 11-19-2006 04:55 AM

My backspace key in working correctly. I'm using no custom x keymappings either.

xev reports that my Delete key is assigned a keycode of 107 and xmodmap -pk reports:

Code:

    104        0xff54 (Down)
    105        0xff56 (Next)
    106        0xff63 (Insert)
    107        0xffff (Delete)

I am using a Spanish keyboard with:

Code:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "es"
EndSection

in my xorg.conf file.

Any help would be appreciated.


All times are GMT -5. The time now is 01:18 AM.