Quote:>I've got a really anoying problem in X-Windows. Whenever I hit delete
>is does what backspace is supposed to do! Is this normal? Also in all
I had this problem with the French keymap a while ago. Basically, all I had
to do is edit fr-latin1.map and notice that the backspace key was assigned
the delete value :-(
moremagic:/etc/sysconfig$ diff -uN fr-latin1.map{.orig,}
--- fr-latin1.map.orig Sat Jan 6 11:16:26 1996
alt keycode 12 = Meta_minus
keycode 13 = equal plus braceright
alt keycode 13 = Meta_equal
-keycode 14 = Delete Delete
+keycode 14 = BackSpace BackSpace
alt keycode 14 = Meta_Delete
keycode 15 = Tab Tab
alt keycode 15 = Meta_Tab
Maybe there is a similar problem for your keymap (BTW, it's supposed to be
in /usr/lib/kbd/keymaps, but I like to have the right keymap when I boot in
single user and don't have /usr mounted :-)
Best,
Marc
--
Home page: http://www.efrei.fr/~merlin/ (browser friendly)