kbd-desc.xml 2.4 KB

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