From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/kbd-desc.xml | 104 ++++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 74 deletions(-) (limited to 'appendixa/kbd-desc.xml') diff --git a/appendixa/kbd-desc.xml b/appendixa/kbd-desc.xml index d1eb43576..5f95a8ad5 100644 --- a/appendixa/kbd-desc.xml +++ b/appendixa/kbd-desc.xml @@ -1,8 +1,7 @@ Contents - -The Kbd package contains the chvt, +The Kbd package contains the chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn, psfxtable, @@ -11,8 +10,7 @@ setkeycodes, setleds, setmetamode, setvesablank, showfont, showkey, unicode_start, and unicode_stop programs. There are some other programs that don't get installed by default, as they are very optional. Take a look at the -Kbd package contents if you have trouble with your console. - +Kbd package contents if you have trouble with your console. @@ -22,203 +20,161 @@ Kbd package contents if you have trouble with your console. chvt - -chvt changes foreground virtual terminal. - +chvt changes foreground virtual terminal. deallocvt - -deallocvt deallocates unused virtual terminals. - +deallocvt deallocates unused virtual terminals. dumpkeys - -dumpkeys dumps keyboard translation tables. - +dumpkeys dumps keyboard translation tables. fgconsole - -fgconsole prints the number of the active virtual terminal. - +fgconsole prints the number of the active virtual terminal. getkeycodes - -getkeycodes prints the kernel scancode-to-keycode mapping table. - +getkeycodes prints the kernel scancode-to-keycode mapping table. kbd_mode - -kbd_mode reports or sets the keyboard mode. - +kbd_mode reports or sets the keyboard mode. kbdrate - -kbdrate sets the keyboard repeat and delay rates. - +kbdrate sets the keyboard repeat and delay rates. loadkeys - -loadkeys loads keyboard translation tables. - +loadkeys loads keyboard translation tables. loadunimap - -loadunimap loads the kernel unicode-to-font mapping table. - +loadunimap loads the kernel unicode-to-font mapping table. mapscrn - -mapscrn loads a user defined output character +mapscrn loads a user defined output character mapping table into the console driver. Note that it is obsolete and that its -features are built into setfont. - +features are built into setfont. psfxtable - -psfxtable is a tool for handling Unicode character tables for console fonts. - +psfxtable is a tool for handling Unicode character tables for +console fonts. resizecons - -resizecons changes the kernel idea of the console size. - +resizecons changes the kernel idea of the console size. screendump - -A screen shot utility for the console. - +A screen shot utility for the console. setfont - -This lets you change the EGA/VGA fonts in console. - +This lets you change the EGA/VGA fonts in console. setkeycodes - -setkeycodes loads kernel scancode-to-keycode mapping table entries. - +setkeycodes loads kernel scancode-to-keycode mapping table entries. setleds - -setleds sets the keyboard LEDs. Many people find it useful to have numlock -enabled by default, and it is by using this program that you can achieve this. - +setleds sets the keyboard LEDs. Many people find it useful to have numlock +enabled by default, and it is by using this program that you can +achieve this. setmetamode - -setmetamode defines the keyboard meta key handling. - +setmetamode defines the keyboard meta key handling. setvesablank - -This lets you fiddle with the built-in hardware screensaver (not toasters, only -a blank screen). - +This lets you fiddle with the built-in hardware screensaver +(not toasters, only a blank screen). showfont - -showfont displays data about a font. The information shown includes font -information, font properties, character metrics, and character bitmaps. - +showfont displays data about a font. The information shown includes font +information, font properties, character metrics, and character bitmaps. showkey - -showkey examines the scancodes and keycodes sent by the keyboard. - +showkey examines the scancodes and keycodes sent by the keyboard. unicode_start - -unicode_start puts the console in Unicode mode. - +unicode_start puts the console in Unicode mode. unicode_stop - -unicode_stop reverts keyboard and console from unicode mode. - +unicode_stop reverts keyboard and console from unicode mode. -- cgit v1.2.3-54-g00ecf