Kristian Ellingsen wrote:
| linux.el thinks the delete key should generate
|
| "\e[3~"
|
| You can test this by typing "cat >testfile" in a shell on a console
| and typing delete, RET, C-d and then lookin at that file.
The file doesn't contain anything. How can I change what my DEL button
should generate on a Red Hat Linux 5.1 system?
Ensure that the keymap which is loaded at boot time (e.g.
/usr/lib/kbd/keytables/no.map) includes the lines:
keycode 111 = Remove
and
string Remove = "\033[3~"
If it does, then pressing `C-v Delete' on the console should print
`^[[3~'.
--
Glynn Clements <glynn(a)sensei.co.uk>