kbd-desc.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <sect2><title>Contents of Kbd</title>
  2. <para>Last checked against version &kbd-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>chvt, deallocvt, dumpkeys, fgconsole,
  5. getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap,
  6. mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
  7. psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons,
  8. setfont, setkeycodes, setleds, setlogcons,
  9. setmetamode, setvesablank, showfont, showkey, unicode_start, and
  10. unicode_stop</para></sect3>
  11. <sect3><title>Descriptions</title>
  12. <sect4><title>chvt</title>
  13. <para>chvt changes foreground virtual terminal.</para></sect4>
  14. <sect4><title>deallocvt</title>
  15. <para>deallocvt deallocates unused virtual terminals.</para></sect4>
  16. <sect4><title>dumpkeys</title>
  17. <para>dumpkeys dumps keyboard translation tables.</para></sect4>
  18. <sect4><title>fgconsole</title>
  19. <para>fgconsole prints the number of the active virtual terminal.</para></sect4>
  20. <sect4><title>getkeycodes</title>
  21. <para>getkeycodes prints the kernel scancode-to-keycode
  22. mapping table.</para></sect4>
  23. <sect4><title>getunimap</title>
  24. <para>getunimap prints the currently used unimap.</para></sect4>
  25. <sect4><title>kbd_mode</title>
  26. <para>kbd_mode reports or sets the keyboard mode.</para></sect4>
  27. <sect4><title>kbdrate</title>
  28. <para>kbdrate sets the keyboard repeat and delay rates.</para></sect4>
  29. <sect4><title>loadkeys</title>
  30. <para>loadkeys loads keyboard translation tables.</para></sect4>
  31. <sect4><title>loadunimap</title>
  32. <para>loadunimap loads the kernel unicode-to-font mapping table.</para></sect4>
  33. <sect4><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></sect4>
  37. <sect4><title>openvt</title>
  38. <para>openvt starts a program on a new virtual terminal (VT).</para></sect4>
  39. <sect4><title>psfaddtable, psfgettable, psfstriptable, psfxtable</title>
  40. <para>These are a set of tools for handling Unicode character tables for
  41. console fonts.</para></sect4>
  42. <sect4><title>resizecons</title>
  43. <para>resizecons changes the kernel idea of the console size.</para></sect4>
  44. <sect4><title>setfont</title>
  45. <para>This lets you change the EGA/VGA fonts in console.</para></sect4>
  46. <sect4><title>setkeycodes</title>
  47. <para>setkeycodes loads kernel scancode-to-keycode mapping
  48. table entries.</para></sect4>
  49. <sect4><title>setleds</title>
  50. <para>setleds sets the keyboard LEDs. Many people find it useful to have numlock
  51. enabled by default and, by using this program, you can
  52. achieve this.</para></sect4>
  53. <sect4><title>setlogcons</title>
  54. <para>setlogcons sends kernel messages to the console.</para></sect4>
  55. <sect4><title>setmetamode</title>
  56. <para>setmetamode defines the keyboard meta key handling.</para></sect4>
  57. <sect4><title>setvesablank</title>
  58. <para>This lets you fiddle with the built-in hardware screensaver
  59. (not toasters, only a blank screen).</para></sect4>
  60. <sect4><title>showfont</title>
  61. <para>showfont displays data about a font. The information shown includes font
  62. information, font properties, character metrics and
  63. character bitmaps.</para></sect4>
  64. <sect4><title>showkey</title>
  65. <para>showkey examines the scancodes and keycodes sent by
  66. the keyboard.</para></sect4>
  67. <sect4><title>unicode_start</title>
  68. <para>unicode_start puts the console in Unicode mode.</para></sect4>
  69. <sect4><title>unicode_stop</title>
  70. <para>unicode_stop reverts keyboard and console from
  71. unicode mode.</para></sect4>
  72. </sect3>
  73. </sect2>