View | Details | Raw Unified | Return to bug 89324
Collapse All | Expand All

(-)src/usr.sbin/kbdcontrol/kbdcontrol.1 (+3 lines)
Lines 118-123 Link Here
118
.Ar keymap_file .
118
.Ar keymap_file .
119
You may load the keyboard map file from a menu-driven command,
119
You may load the keyboard map file from a menu-driven command,
120
.Xr kbdmap 1 .
120
.Xr kbdmap 1 .
121
The format of keyboard map files is documented in the
122
.Xr kbdmap 5
123
manual page.
121
.It Fl d
124
.It Fl d
122
Dump the current keyboard map onto stdout.
125
Dump the current keyboard map onto stdout.
123
The output may be redirected to a file and can be loaded
126
The output may be redirected to a file and can be loaded
(-)src/usr.sbin/kbdcontrol/kbdmap.5 (-1 / +9 lines)
Lines 165-171 Link Here
165
function key,
165
function key,
166
where
166
where
167
.Ar N
167
.Ar N
168
is a decimal number.
168
is a decimal number in the range from 1 to 96.
169
Refer to the
170
.Xr atkbd 4
171
manual page for a list of predefined function keys.
172
You can use the
173
.Fl f
174
option of the 
175
.Xr kbdcontrol 1
176
utility to assign arbitrary strings to funktion keys.
169
.It lshift
177
.It lshift
170
Act as left shift key.
178
Act as left shift key.
171
.It rshift
179
.It rshift
(-)src/share/man/man4/atkbd.4 (+8 lines)
Lines 70-75 Link Here
70
by the
70
by the
71
.Xr kbdcontrol 1
71
.Xr kbdcontrol 1
72
command.
72
command.
73
You can use a keyboard map file (see
74
.Xr kbdmap 5 )
75
to map them to arbitrary keys, particularly
76
the functions in the range from 65 to 96
77
which are not used by default.
73
.Pp
78
.Pp
74
.Bl -tag -width "Function Key Number" -compact
79
.Bl -tag -width "Function Key Number" -compact
75
.It "Function Key number"
80
.It "Function Key number"
Lines 114-119 Link Here
114
Right GUI Key
119
Right GUI Key
115
.It 64
120
.It 64
116
Menu
121
Menu
122
.It "65, 66,...96"
123
free (not used by default)
117
.El
124
.El
118
.Pp
125
.Pp
119
See the man page for the
126
See the man page for the
Lines 209-214 Link Here
209
.Xr pcvt 4 ,
216
.Xr pcvt 4 ,
210
.Xr psm 4 ,
217
.Xr psm 4 ,
211
.Xr syscons 4 ,
218
.Xr syscons 4 ,
219
.Xr kbdmap 5 ,
212
.Xr loader 8
220
.Xr loader 8
213
.Sh HISTORY
221
.Sh HISTORY
214
The
222
The

Return to bug 89324