diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /appendixa/kbd-desc.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/kbd-desc.xml')
-rw-r--r-- | appendixa/kbd-desc.xml | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/appendixa/kbd-desc.xml b/appendixa/kbd-desc.xml deleted file mode 100644 index ab2395136..000000000 --- a/appendixa/kbd-desc.xml +++ /dev/null @@ -1,63 +0,0 @@ -<sect2><title>Short descriptions</title> - -<para><command>chvt</command> changes the foreground virtual terminal.</para> - -<para><command>deallocvt</command> deallocates unused virtual terminals.</para> - -<para><command>dumpkeys</command> dumps the keyboard translation tables.</para> - -<para><command>fgconsole</command> prints the number of the active virtual terminal.</para> - -<para><command>getkeycodes</command> prints the kernel scancode-to-keycode -mapping table.</para> - -<para><command>getunimap</command> prints the currently used unimap.</para> - -<para><command>kbd_mode</command> reports or sets the keyboard mode.</para> - -<para><command>kbdrate</command> sets the keyboard repeat and delay rates.</para> - -<para><command>loadkeys</command> loads the keyboard translation tables.</para> - -<para><command>loadunimap</command> loads the kernel unicode-to-font mapping table.</para> - -<para><command>mapscrn</command> is an obsolete program that used to load -a user-defined output character mapping table into the console driver. This is -now done by setfont.</para> - -<para><command>openvt</command> starts a program on a new virtual terminal (VT).</para> - -<para><command>psf*</command> are a set of tools for handling Unicode -character tables for console fonts.</para> - -<para><command>resizecons</command> changes the kernel idea of the console size.</para> - -<para><command>setfont</command> lets you change the EGA/VGA fonts on the console.</para> - -<para><command>setkeycodes</command> loads kernel scancode-to-keycode -mapping table entries, useful if you have some unusual keys on your keyboard.</para> - -<para><command>setleds</command> sets the keyboard flags and LEDs. Many -people find it useful to have NumLock on by default, setleds +num achieves this.</para> - -<para><command>setlogcons</command> sends kernel messages to the console.</para> - -<para><command>setmetamode</command> defines the keyboard meta key handling.</para> - -<para><command>setvesablank</command> lets you fiddle with the built-in -hardware screensaver (no toasters, just a blank screen).</para> - -<para><command>showconsolefont</command> shows the current EGA/VGA console -screen font.</para> - -<para><command>showkey</command> reports the scancodes and keycodes and -ASCII codes of the keys pressed on the keyboard.</para> - -<para><command>unicode_start</command> puts the keyboard and console in -unicode mode.</para> - -<para><command>unicode_stop</command> reverts keyboard and console from -unicode mode.</para> - -</sect2> - |