diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-07-19 19:15:09 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-07-19 19:15:09 +0000 |
| commit | b2d1c5b99f79dedd98680bc24c566f7390cb933c (patch) | |
| tree | 88504b2e85f95dc55c592a255250492cd0e3fdbe | |
| parent | 346313d25e0d4bdf017f405c8f55b4482b013992 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/kbdcontrol/kbdcontrol.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 9b50e0da0f41..1c8b437b4d29 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -118,6 +118,14 @@ You need to use the option below to associate a keyboard with the console again. .It Fl k Ar keyboard_device Use the specified device as the console keyboard. +When using this option, the standard input of the +.Nm +process should be redirected from +.Pa /dev/console +if you are not working on the system console +(see the +.Sx EXAMPLES +section). .It Fl L Ar keymap_file Load keyboard map file from .Ar keymap_file @@ -188,6 +196,17 @@ run the following command. .Pp .Dl kbdcontrol -b quiet.visual .Pp +To change the default console keyboard to the another keyboard, +for example the first USB keyboard (see +.Xr ukbd 4 ) , +use the following commands. +.Pp +.Dl kbdcontrol -k /dev/kbd1 < /dev/console +.Pp +To switch back to the default keyboard, use this command. +.Pp +.Dl kbdcontrol -k /dev/kbd0 +.Pp .Sh BUGS Report when found. .Sh SEE ALSO |
