kbd-desc.xml 3.2 KB

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