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/man/man4 | |
parent | 7c5329fd30734520374f743044a31d656dd747d0 (diff) | |
download | src-a926a37b0ad77a73724d63b08fc62640608f6117.tar.gz src-a926a37b0ad77a73724d63b08fc62640608f6117.zip |
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/man/man4')
-rw-r--r-- | share/man/man4/keyboard.4 | 13 | ||||
-rw-r--r-- | share/man/man4/man4.i386/keyboard.4 | 13 |
2 files changed, 12 insertions, 14 deletions
diff --git a/share/man/man4/keyboard.4 b/share/man/man4/keyboard.4 index c697a690c4e2..ca726d7edd8d 100644 --- a/share/man/man4/keyboard.4 +++ b/share/man/man4/keyboard.4 @@ -22,7 +22,7 @@ then enter a decimal number from 0-255 via the numerical keypad, then release ALT. The entered value is then used as the ASCII value for one character. This way it is possible to enter any ASCII value, not present on the keyboard. -The console driver also includes a history function. It is activatet by +The console driver also includes a history function. It is activated by pressing the scroll-lock key. This holds the display, and enables the cursor arrows for scrolling up and down through the last scrolled out lines. @@ -125,18 +125,17 @@ The function keys are numbered like this: Page Up key 51 (keypad) - key 52 Left arrow key 53 - Delete key 54 + (keypad) 5 key 54 Right arrow key 55 (keypad) + key 56 End key 57 Down arrow key 58 Page down key 59 Insert key 60 - Left window key 61 - Right window key 62 - Menu key 63 - Back tab key 64 - (keypad) 5 key 65 + + Right window key 61 + Left window key 62 + Menu key 63 .Ed The kbdcontrol utility also allows changing these values at runtime. diff --git a/share/man/man4/man4.i386/keyboard.4 b/share/man/man4/man4.i386/keyboard.4 index c697a690c4e2..ca726d7edd8d 100644 --- a/share/man/man4/man4.i386/keyboard.4 +++ b/share/man/man4/man4.i386/keyboard.4 @@ -22,7 +22,7 @@ then enter a decimal number from 0-255 via the numerical keypad, then release ALT. The entered value is then used as the ASCII value for one character. This way it is possible to enter any ASCII value, not present on the keyboard. -The console driver also includes a history function. It is activatet by +The console driver also includes a history function. It is activated by pressing the scroll-lock key. This holds the display, and enables the cursor arrows for scrolling up and down through the last scrolled out lines. @@ -125,18 +125,17 @@ The function keys are numbered like this: Page Up key 51 (keypad) - key 52 Left arrow key 53 - Delete key 54 + (keypad) 5 key 54 Right arrow key 55 (keypad) + key 56 End key 57 Down arrow key 58 Page down key 59 Insert key 60 - Left window key 61 - Right window key 62 - Menu key 63 - Back tab key 64 - (keypad) 5 key 65 + + Right window key 61 + Left window key 62 + Menu key 63 .Ed The kbdcontrol utility also allows changing these values at runtime. |