diff options
author | yokota <yokota@FreeBSD.org> | 1999-01-28 10:48:29 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1999-01-28 10:48:29 +0000 |
commit | 0bb51e8a329e1d4d9adec3e9afb050ecfa4a607f (patch) | |
tree | f05b92b6ccea7de68d139bd6ad93d5a8d0c47396 /share/syscons/keymaps/si.iso.kbd | |
parent | 9a87a586f724199e9fc3528e95dcb13646b6797e (diff) | |
download | FreeBSD-src-0bb51e8a329e1d4d9adec3e9afb050ecfa4a607f.zip FreeBSD-src-0bb51e8a329e1d4d9adec3e9afb050ecfa4a607f.tar.gz |
- 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.
Diffstat (limited to 'share/syscons/keymaps/si.iso.kbd')
-rw-r--r-- | share/syscons/keymaps/si.iso.kbd | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/share/syscons/keymaps/si.iso.kbd b/share/syscons/keymaps/si.iso.kbd index 44e6660..0d36d9a 100644 --- a/share/syscons/keymaps/si.iso.kbd +++ b/share/syscons/keymaps/si.iso.kbd @@ -5,7 +5,7 @@ # code base shift cntrl shift alt shift cntrl shift state # ------------------------------------------------------------------ 000 nop nop nop nop nop nop nop nop O - 001 esc esc nop nop esc esc debug nop O + 001 esc esc esc esc esc esc debug esc O 002 '1' '!' nop nop '~' '~' nop nop O 003 '2' '"' nul nul 183 183 nul nul O 004 '3' '#' nop nop '^' '^' nop nop O @@ -59,7 +59,7 @@ 052 '.' ':' nop nop '.' ':' nop nop O 053 '-' '_' nop nop '-' '_' nop nop O 054 rshift rshift rshift rshift rshift rshift rshift rshift O - 055 '*' '*' nscr nscr '*' '*' nscr nscr O + 055 '*' '*' '*' '*' '*' '*' '*' '*' O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' ' ' ' ' susp ' ' O 058 clock clock clock clock clock clock clock clock O @@ -88,7 +88,7 @@ 081 fkey59 '3' '3' '3' '3' '3' '3' '3' N 082 fkey60 '0' '0' '0' '0' '0' '0' '0' N 083 del ',' ',' ',' ',' ',' boot boot N - 084 us us us us us us us us O + 084 nop nop nop nop nop nop nop nop O 085 nop nop nop nop nop nop nop nop O 086 '<' '>' nop nop '<' '>' nop nop O 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O @@ -96,7 +96,7 @@ 089 cr cr nl nl cr cr nl nl O 090 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 091 '/' '/' '/' '/' '/' '/' '/' '/' N - 092 nscr nop debug nop nop nop nop nop O + 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O 094 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 O 095 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 O @@ -108,7 +108,8 @@ 101 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 O 102 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 O 103 fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot fkey61 O - 104 slock slock slock slock slock slock slock slock O - 105 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 O - 106 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 O - 107 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 O + 104 slock saver slock saver susp nop susp nop O + 105 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 O + 106 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 O + 107 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 O + 108 nop nop nop nop nop nop nop nop O |