diff options
author | Søren Schmidt <sos@FreeBSD.org> | 1995-01-28 22:18:05 +0000 |
---|---|---|
committer | Søren Schmidt <sos@FreeBSD.org> | 1995-01-28 22:18:05 +0000 |
commit | a926a37b0ad77a73724d63b08fc62640608f6117 (patch) | |
tree | 8d94b9bdf40304a1e5f19a3d7bf0346504971453 /share/syscons/keymaps/us.iso.kbd | |
parent | 7c5329fd30734520374f743044a31d656dd747d0 (diff) |
Third round in syscons update.
Display update method changed, now allways write in memory buffer,
then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
Notes
Notes:
svn path=/head/; revision=5994
Diffstat (limited to 'share/syscons/keymaps/us.iso.kbd')
-rw-r--r-- | share/syscons/keymaps/us.iso.kbd | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/syscons/keymaps/us.iso.kbd b/share/syscons/keymaps/us.iso.kbd index aaf6c34af423..d33c0f6809f5 100644 --- a/share/syscons/keymaps/us.iso.kbd +++ b/share/syscons/keymaps/us.iso.kbd @@ -78,14 +78,14 @@ 073 fkey51 '9' '9' '9' '9' '9' '9' '9' N 074 fkey52 '-' '-' '-' '-' '-' '-' '-' N 075 fkey53 '4' '4' '4' '4' '4' '4' '4' N - 076 fkey65 '5' '5' '5' '5' '5' '5' '5' N + 076 fkey54 '5' '5' '5' '5' '5' '5' '5' N 077 fkey55 '6' '6' '6' '6' '6' '6' '6' N 078 fkey56 '+' '+' '+' '+' '+' '+' '+' N 079 fkey57 '1' '1' '1' '1' '1' '1' '1' N 080 fkey58 '2' '2' '2' '2' '2' '2' '2' N 081 fkey59 '3' '3' '3' '3' '3' '3' '3' N 082 fkey60 '0' '0' '0' '0' '0' '0' '0' N - 083 fkey54 '.' del del del del boot boot N + 083 del '.' del del del del del del N 084 ns ns ns ns ns ns ns ns O 085 nop nop nop nop nop nop nop nop O 086 nop nop nop nop nop nop nop nop O @@ -105,5 +105,8 @@ 100 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 O 101 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 O 102 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 O - 103 fkey54 fkey54 del del del del boot del O + 103 del del del del del del boot del O 104 slock slock slock slock slock slock slock slock O + 105 fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 O + 106 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 O + 107 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 O |