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