kbd-desc.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Kbd package contains the chvt,
  5. deallocvt, dumpkeys, fgconsole, getkeycodes,
  6. kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn,
  7. psfxtable,
  8. resizecons, screendump, setfont,
  9. setkeycodes, setleds, setmetamode, setvesablank, showfont,
  10. showkey,
  11. unicode_start, and unicode_stop programs. There are some other programs that
  12. don't get installed by default, as they are very optional. Take a look at the
  13. Kbd package contents if you have trouble with your console.
  14. </para>
  15. </sect2>
  16. <sect2>
  17. <title>Description</title>
  18. <sect3>
  19. <title>chvt</title>
  20. <para>
  21. chvt changes foreground virtual terminal.
  22. </para>
  23. </sect3>
  24. <sect3>
  25. <title>deallocvt</title>
  26. <para>
  27. deallocvt deallocates unused virtual terminals.
  28. </para>
  29. </sect3>
  30. <sect3>
  31. <title>dumpkeys</title>
  32. <para>
  33. dumpkeys dumps keyboard translation tables.
  34. </para>
  35. </sect3>
  36. <sect3>
  37. <title>fgconsole</title>
  38. <para>
  39. fgconsole prints the number of the active virtual terminal.
  40. </para>
  41. </sect3>
  42. <sect3>
  43. <title>getkeycodes</title>
  44. <para>
  45. getkeycodes prints the kernel scancode-to-keycode mapping table.
  46. </para>
  47. </sect3>
  48. <sect3>
  49. <title>kbd_mode</title>
  50. <para>
  51. kbd_mode reports or sets the keyboard mode.
  52. </para>
  53. </sect3>
  54. <sect3>
  55. <title>kbdrate</title>
  56. <para>
  57. kbdrate sets the keyboard repeat and delay rates.
  58. </para>
  59. </sect3>
  60. <sect3>
  61. <title>loadkeys</title>
  62. <para>
  63. loadkeys loads keyboard translation tables.
  64. </para>
  65. </sect3>
  66. <sect3>
  67. <title>loadunimap</title>
  68. <para>
  69. loadunimap loads the kernel unicode-to-font mapping table.
  70. </para>
  71. </sect3>
  72. <sect3>
  73. <title>mapscrn</title>
  74. <para>
  75. mapscrn loads a user defined output character
  76. mapping table into the console driver. Note that it is obsolete and that its
  77. features are built into setfont.
  78. </para>
  79. </sect3>
  80. <sect3>
  81. <title>psfxtable</title>
  82. <para>
  83. psfxtable is a tool for handling Unicode character tables for console fonts.
  84. </para>
  85. </sect3>
  86. <sect3>
  87. <title>resizecons</title>
  88. <para>
  89. resizecons changes the kernel idea of the console size.
  90. </para>
  91. </sect3>
  92. <sect3>
  93. <title>screendump</title>
  94. <para>
  95. A screen shot utility for the console.
  96. </para>
  97. </sect3>
  98. <sect3>
  99. <title>setfont</title>
  100. <para>
  101. This lets you change the EGA/VGA fonts in console.
  102. </para>
  103. </sect3>
  104. <sect3>
  105. <title>setkeycodes</title>
  106. <para>
  107. setkeycodes loads kernel scancode-to-keycode mapping table entries.
  108. </para>
  109. </sect3>
  110. <sect3>
  111. <title>setleds</title>
  112. <para>
  113. setleds sets the keyboard LEDs. Many people find it useful to have numlock
  114. enabled by default, and it is by using this program that you can achieve this.
  115. </para>
  116. </sect3>
  117. <sect3>
  118. <title>setmetamode</title>
  119. <para>
  120. setmetamode defines the keyboard meta key handling.
  121. </para>
  122. </sect3>
  123. <sect3>
  124. <title>setvesablank</title>
  125. <para>
  126. This lets you fiddle with the built-in hardware screensaver (not toasters, only
  127. a blank screen).
  128. </para>
  129. </sect3>
  130. <sect3>
  131. <title>showfont</title>
  132. <para>
  133. showfont displays data about a font. The information shown includes font
  134. information, font properties, character metrics, and character bitmaps.
  135. </para>
  136. </sect3>
  137. <sect3>
  138. <title>showkey</title>
  139. <para>
  140. showkey examines the scancodes and keycodes sent by the keyboard.
  141. </para>
  142. </sect3>
  143. <sect3>
  144. <title>unicode_start</title>
  145. <para>
  146. unicode_start puts the console in Unicode mode.
  147. </para>
  148. </sect3>
  149. <sect3>
  150. <title>unicode_stop</title>
  151. <para>
  152. unicode_stop reverts keyboard and console from unicode mode.
  153. </para>
  154. </sect3>
  155. </sect2>