kbd-desc.xml 3.3 KB

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