From 46c57c8d60f9e4d55975c87fd39f7d838ecd623b Mon Sep 17 00:00:00 2001 From: sos Date: Sat, 28 Jan 1995 22:18:05 +0000 Subject: 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... --- share/syscons/keymaps/uk.cp850.kbd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'share/syscons/keymaps/uk.cp850.kbd') diff --git a/share/syscons/keymaps/uk.cp850.kbd b/share/syscons/keymaps/uk.cp850.kbd index 192fdbc..5bba0a3 100644 --- a/share/syscons/keymaps/uk.cp850.kbd +++ b/share/syscons/keymaps/uk.cp850.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 '\' '|' fs fs '\' '|' fs fs 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 -- cgit v1.1