| Developer's Daily | Unix by Example |
| main | java | perl | unix | dev directory | web log |
|
kbdconfig − simple interface for configuring system keyboard |
|
kbdconfig [--back] [--test] |
|
kbdconfig provides a simple method of configuring /etc/sysconfig/keyboard, which contains the name of the system’s default keyboard map. The kbdconfig window contains a Cancel button by default. If --back is specified at run time, a Back button is presented instead. If --test is specified, kbdconfig can be run by users other then root, and any configuration changes are not saved. |
|
kbdconfig returns 0 on success, 2 on error, and 1 if the user cancelled the program (by using either the Cancel or Back button). |
|
/etc/sysconfig/keyboard |
|
Configures the default keyboard map used at system startup. |
|
loadkeys(1), setfont(8) |
Erik Troan <ewt@redhat.com> |