aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/kbd-desc.xml
blob: d1eb43576d8cb273d3bdeb6a81b5866275a01fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<sect2>
<title>Contents</title>

<para>
The Kbd package contains the chvt,
deallocvt, dumpkeys, fgconsole, getkeycodes,
kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn,
psfxtable,
resizecons, screendump, setfont,
setkeycodes, setleds, setmetamode, setvesablank, showfont,
showkey,
unicode_start, and unicode_stop programs. There are some other programs that
don't get installed by default, as they are very optional. Take a look at the
Kbd package contents if you have trouble with your console.
</para>

</sect2>

<sect2>
<title>Description</title>

<sect3>
<title>chvt</title>

<para>
chvt changes foreground virtual terminal.
</para>

</sect3>

<sect3>
<title>deallocvt</title>

<para>
deallocvt deallocates unused virtual terminals.
</para>

</sect3>

<sect3>
<title>dumpkeys</title>

<para>
dumpkeys dumps keyboard translation tables.
</para>

</sect3>

<sect3>
<title>fgconsole</title>

<para>
fgconsole prints the number of the active virtual terminal.
</para>

</sect3>

<sect3>
<title>getkeycodes</title>

<para>
getkeycodes prints the kernel scancode-to-keycode mapping table.
</para>

</sect3>

<sect3>
<title>kbd_mode</title>

<para>
kbd_mode reports or sets the keyboard mode.
</para>

</sect3>

<sect3>
<title>kbdrate</title>

<para>
kbdrate sets the keyboard repeat and delay rates.
</para>

</sect3>

<sect3>
<title>loadkeys</title>

<para>
loadkeys loads keyboard translation tables.
</para>

</sect3>

<sect3>
<title>loadunimap</title>

<para>
loadunimap loads the kernel unicode-to-font mapping table.
</para>

</sect3>

<sect3>
<title>mapscrn</title>

<para>
mapscrn loads a user defined output character
mapping table into the console driver. Note that it is obsolete and that its
features are built into setfont.
</para>

</sect3>

<sect3>
<title>psfxtable</title>

<para>
psfxtable is a tool for handling Unicode character tables for console fonts.
</para>

</sect3>

<sect3>
<title>resizecons</title>

<para>
resizecons changes the kernel idea of the console size.
</para>

</sect3>

<sect3>
<title>screendump</title>

<para>
A screen shot utility for the console.
</para>

</sect3>

<sect3>
<title>setfont</title>

<para>
This lets you change the EGA/VGA fonts in console.
</para>

</sect3>

<sect3>
<title>setkeycodes</title>

<para>
setkeycodes loads kernel scancode-to-keycode mapping table entries.
</para>

</sect3>

<sect3>
<title>setleds</title>

<para>
setleds sets the keyboard LEDs. Many people find it useful to have numlock
enabled by default, and it is by using this program that you can achieve this.
</para>

</sect3>

<sect3>
<title>setmetamode</title>

<para>
setmetamode defines the keyboard meta key handling.
</para>

</sect3>

<sect3>
<title>setvesablank</title>

<para>
This lets you fiddle with the built-in hardware screensaver (not toasters, only
a blank screen).
</para>

</sect3>

<sect3>
<title>showfont</title>

<para>
showfont displays data about a font. The information shown includes font
information, font properties, character metrics, and character bitmaps.
</para>

</sect3>

<sect3>
<title>showkey</title>

<para>
showkey examines the scancodes and keycodes sent by the keyboard.
</para>

</sect3>

<sect3>
<title>unicode_start</title>

<para>
unicode_start puts the console in Unicode mode.
</para>

</sect3>

<sect3>
<title>unicode_stop</title>

<para>
unicode_stop reverts keyboard and console from unicode mode.
</para>

</sect3>

</sect2>