Deleted Added
full compact
keyboard.4 (5939) keyboard.4 (5994)
1.Dd January 8, 1995
2.Dt KEYBOARD 4
3.Os FreeBSD
4.Sh NAME
5.Nm keyboard
6.Nd pc keyboard interface
7.Sh DESCRIPTION
8

--- 8 unchanged lines hidden (view full) ---

17
18The console allows entering values that are not physically
19present on the keyboard via a special keysequence.
20To use this facility press and hold down ALT,
21then enter a decimal number from 0-255 via the numerical keypad, then
22release ALT. The entered value is then used as the ASCII value for one
23character. This way it is possible to enter any ASCII value, not present
24on the keyboard.
1.Dd January 8, 1995
2.Dt KEYBOARD 4
3.Os FreeBSD
4.Sh NAME
5.Nm keyboard
6.Nd pc keyboard interface
7.Sh DESCRIPTION
8

--- 8 unchanged lines hidden (view full) ---

17
18The console allows entering values that are not physically
19present on the keyboard via a special keysequence.
20To use this facility press and hold down ALT,
21then enter a decimal number from 0-255 via the numerical keypad, then
22release ALT. The entered value is then used as the ASCII value for one
23character. This way it is possible to enter any ASCII value, not present
24on the keyboard.
25The console driver also includes a history function. It is activatet by
25The console driver also includes a history function. It is activated by
26pressing the scroll-lock key. This holds the display, and enables the cursor
27arrows for scrolling up and down through the last scrolled out lines.
28
29The keyboard is configurable to suit the individual user and the different
30national layout.
31
32The keys on the keyboard can have any of the following functions:
33

--- 86 unchanged lines hidden (view full) ---

120 Ctrl F1-F12 key 25 - 36
121 Ctrl+shift F1-F12 key 37 - 48
122
123 Home key 49
124 Up arrow key 50
125 Page Up key 51
126 (keypad) - key 52
127 Left arrow key 53
26pressing the scroll-lock key. This holds the display, and enables the cursor
27arrows for scrolling up and down through the last scrolled out lines.
28
29The keyboard is configurable to suit the individual user and the different
30national layout.
31
32The keys on the keyboard can have any of the following functions:
33

--- 86 unchanged lines hidden (view full) ---

120 Ctrl F1-F12 key 25 - 36
121 Ctrl+shift F1-F12 key 37 - 48
122
123 Home key 49
124 Up arrow key 50
125 Page Up key 51
126 (keypad) - key 52
127 Left arrow key 53
128 Delete key 54
128 (keypad) 5 key 54
129 Right arrow key 55
130 (keypad) + key 56
131 End key 57
132 Down arrow key 58
133 Page down key 59
134 Insert key 60
129 Right arrow key 55
130 (keypad) + key 56
131 End key 57
132 Down arrow key 58
133 Page down key 59
134 Insert key 60
135 Left window key 61
136 Right window key 62
137 Menu key 63
138 Back tab key 64
139 (keypad) 5 key 65
135
136 Right window key 61
137 Left window key 62
138 Menu key 63
140.Ed
141
142The kbdcontrol utility also allows changing these values at runtime.
143.Pp
144.Sh AUTHOR
145 S�ren Schmidt (sos@FreeBSD.org)
139.Ed
140
141The kbdcontrol utility also allows changing these values at runtime.
142.Pp
143.Sh AUTHOR
144 S�ren Schmidt (sos@FreeBSD.org)