]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/kbdcontrol/kbdcontrol.1
Obtained from: my old fix for 1.1.5
[FreeBSD/FreeBSD.git] / usr.sbin / kbdcontrol / kbdcontrol.1
1 .\"
2 .\" kbdcontrol - a utility for manipulating the syscons keyboard driver section
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\"     @(#)kbdcontrol.1
14 .\"
15 .TH kbdcontrol 1 "May 22, 1994" "" "FreeBSD"
16
17 .SH NAME
18 kbdcontrol - a utility for manipulating the syscons keyboard driver section.
19 .SH SYNOPSIS
20 .na
21 .B kbdcontrol
22 .RB [options]
23 .SH DESCRIPTION
24 The
25 .B kbdcontrol
26 command is used to set various keyboard related options for the syscons 
27 console driver, such as keymap, keyboard repeat & delay rates, bell 
28 characteristics etc.
29 .SH OPTIONS
30 .TP
31 The following command line options are supported.
32 .TP
33 .BI "\-b\ " [ duration.pitch ]
34 Set the bell duration and pitch values.
35 .TP
36 .BI "\-r\ " [ delay.repeat | slow | fast | normal ]
37 Set keyboard
38 .I delay
39 and
40 .I repeat
41 rates, or use presets for
42 .I slow,
43 .I fast
44 or
45 .I normal.
46 .TP
47 .BI "\-l\ " mapfile
48 Install keyboard map file from
49 .I mapfile
50 .TP
51 .BI "\-d\ " 
52 Dump the current keyboard map onto stdout
53 .TP
54 .BI "\-f\ " #\ string
55 Set function key number
56 .I #
57 to send
58 .I string
59 .
60 .TP
61 .BI "\-F\ "
62 Set function keys back to the standard definitions.
63 .TP
64 .B \-v
65 Turns on verbose output.
66 .PP
67 .SH FILES
68 /usr/share/syscons/keymaps
69 .SH "BUGS"
70 Report when found.
71 .SH "SEE ALSO"
72 .BR vidcontrol (1) ,
73 .BR keyboard (4) ,
74 .BR screen (4) ,
75 .BR /sys/i386/conf/SYSCONS
76 .SH AUTHORS
77 Søren Schmidt (sos@login.dkuug.dk)