summaryrefslogtreecommitdiffstats
path: root/share/man/man4/keyboard.4
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1995-01-28 22:18:05 +0000
committersos <sos@FreeBSD.org>1995-01-28 22:18:05 +0000
commit46c57c8d60f9e4d55975c87fd39f7d838ecd623b (patch)
tree8d94b9bdf40304a1e5f19a3d7bf0346504971453 /share/man/man4/keyboard.4
parente3426906a343032da48990bb566d7acd95dec4cd (diff)
downloadFreeBSD-src-46c57c8d60f9e4d55975c87fd39f7d838ecd623b.zip
FreeBSD-src-46c57c8d60f9e4d55975c87fd39f7d838ecd623b.tar.gz
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...
Diffstat (limited to 'share/man/man4/keyboard.4')
-rw-r--r--share/man/man4/keyboard.413
1 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man4/keyboard.4 b/share/man/man4/keyboard.4
index c697a69..ca726d7 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.
OpenPOWER on IntegriCloud