kbd-desc.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>chvt</command> changes the foreground virtual terminal.</para>
  4. <para><command>deallocvt</command> deallocates unused virtual terminals.</para>
  5. <para><command>dumpkeys</command> dumps the keyboard translation tables.</para>
  6. <para><command>fgconsole</command> prints the number of the active virtual terminal.</para>
  7. <para><command>getkeycodes</command> prints the kernel scancode-to-keycode
  8. mapping table.</para>
  9. <para><command>getunimap</command> prints the currently used unimap.</para>
  10. <para><command>kbd_mode</command> reports or sets the keyboard mode.</para>
  11. <para><command>kbdrate</command> sets the keyboard repeat and delay rates.</para>
  12. <para><command>loadkeys</command> loads the keyboard translation tables.</para>
  13. <para><command>loadunimap</command> loads the kernel unicode-to-font mapping table.</para>
  14. <para><command>mapscrn</command> is an obsolete program that used to load
  15. a user-defined output character mapping table into the console driver. This is
  16. now done by setfont.</para>
  17. <para><command>openvt</command> starts a program on a new virtual terminal (VT).</para>
  18. <para><command>psf*</command> are a set of tools for handling Unicode
  19. character tables for console fonts.</para>
  20. <para><command>resizecons</command> changes the kernel idea of the console size.</para>
  21. <para><command>setfont</command> lets you change the EGA/VGA fonts on the console.</para>
  22. <para><command>setkeycodes</command> loads kernel scancode-to-keycode
  23. mapping table entries, useful if you have some unusual keys on your keyboard.</para>
  24. <para><command>setleds</command> sets the keyboard flags and LEDs. Many
  25. people find it useful to have NumLock on by default, setleds +num achieves this.</para>
  26. <para><command>setlogcons</command> sends kernel messages to the console.</para>
  27. <para><command>setmetamode</command> defines the keyboard meta key handling.</para>
  28. <para><command>setvesablank</command> lets you fiddle with the built-in
  29. hardware screensaver (no toasters, just a blank screen).</para>
  30. <para><command>showfont</command> displays data about a font, including
  31. font properties, character metrics and character bitmaps.</para>
  32. <para><command>showkey</command> reports the scancodes and keycodes and
  33. ASCII codes of the keys pressed on the keyboard.</para>
  34. <para><command>unicode_start</command> puts the keyboard and console in
  35. unicode mode.</para>
  36. <para><command>unicode_stop</command> reverts keyboard and console from
  37. unicode mode.</para>
  38. </sect2>