On 2018-05-22 07:01, Klaus Ethgen wrote:

> The problem occurs using X or console or ssh.

Check what byte sequences those keys in fact emit.  Here:

 matica!2 ~$ echo '^[[7~' | hexdump -C
00000000  1b 5b 37 7e 0a                                    |.[7~.|
00000005
 matica!3 ~$ echo '^[[8~' | hexdump -C
00000000  1b 5b 38 7e 0a                                    |.[8~.|
00000005
 matica!4 ~$ echo '^[[3~' | hexdump -C
00000000  1b 5b 33 7e 0a                                    |.[3~.|
00000005

I typed them using the readline ^Q mechanism.

If you get different results, the problem is on the level of kernel
keymaps (that is, loadkeys and friends).

If you get the same results: do you have the /etc/terminfo directory and
is the file corresponding to your TERM variable there?

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet and on broken lists
which rewrite From, fetch the TXT record for no-use.mooo.com.

Reply via email to