From 0bb51e8a329e1d4d9adec3e9afb050ecfa4a607f Mon Sep 17 00:00:00 2001 From: yokota Date: Thu, 28 Jan 1999 10:48:29 +0000 Subject: - Fix errors in some keymap files. - The numpad * key should always generate *. - The numpad - is fkey52 and should not generate a control code (0x1f). - The numpad 5 is fkey54, not fkey61. - The numpad 6 is fkey55 and should not generate a control code (0x1e). - Fix Spanish keymap. PR: i386/9532 Submitted by jose@we.lc.ehu.es. - Added Croatian keymap. It is the same as the Slovenian keymap. PR: misc/9706 Pointed out by: Damjan Marion - Addef Finnish keymap. It is the same as the Swedish keymap. PR: bin/9632 Submitted by: Martti Kuparinen - Assign special functions consistently in all keymap files. 101 keyboard 84 keyboard function ------------------------------------------------------------------------ Ctrl-Alt-Delete Ctrl-Alt-Delete reboot Ctrl-Alt-Esc Ctrl-Alt-Esc debug Ctrl-Alt-Space Ctrl-Alt-Space susp ScrollLock ScrollLock slock PrintScreen Shift-(Numpad *)/PrintScreen nscr Ctrl-PrintScreen Shift-Ctrl-(Numpad *)/PrintScreen debug Alt-PrintScreen/SysRq SysRq nop Pause Ctrl-NumLock slock Shift-Pause Shift-Ctrl-NumLock saver Alt-Pause Alt-Ctrl-NumLock susp Ctrl-Pause/Break Ctrl-ScrollLock/Break nop Left W*ndow key NA fkey62 Right W*ndow key NA fkey63 Menu NA fkey64 NOTE: us.unix.kbd and us.emacs.kbd are very much different from the other keymaps, thus, I didn't touch them. --- share/syscons/keymaps/INDEX.keymaps | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share/syscons/keymaps/INDEX.keymaps') diff --git a/share/syscons/keymaps/INDEX.keymaps b/share/syscons/keymaps/INDEX.keymaps index 2d32bc8..8821c9e 100644 --- a/share/syscons/keymaps/INDEX.keymaps +++ b/share/syscons/keymaps/INDEX.keymaps @@ -1,4 +1,4 @@ -# $Id: INDEX.keymaps,v 1.22 1998/10/16 01:49:13 yokota Exp $ +# $Id: INDEX.keymaps,v 1.25 1999/01/18 12:38:59 yokota Exp $ # # database for kbdmap(8) # @@ -66,6 +66,10 @@ danish.cp865.kbd:fr:Danois Code page 865 danish.cp865.kbd:pt:Dinamarquês Codepage 865 danish.cp865.kbd:es:Danés Codepage 865 +finnish.iso.kbd:en:Finnish ISO-8859-1 + +finnish.cp850.kbd:en:Finnish Codepage 850 + fr.iso.kbd:en:French ISO-8859-1 fr.iso.kbd:de:Französisch ISO-8859-1 fr.iso.kbd:fr:Français ISO-8859-1 @@ -90,6 +94,8 @@ german.cp850.kbd:fr:Allemand Code page 850 german.cp850.kbd:pt:Alemão Codepage 850 german.cp850.kbd:es:Alemán Codepage 850 +hr.iso.kbd:en:Croatian ISO-8859-2 + hu.iso2.101keys.kbd:en:Hungarian 101 ISO-8859-2 hu.iso2.101keys.kbd:es:Húngaro 101 ISO-8859-2 -- cgit v1.1