Some clarifications to make keyboard configuration under syscons.

PR:		89325
Submitted by:	Oliver Fromme <olli@secnetix.de>
Reviewed by:	emax
This commit is contained in:
Tom Rhodes 2008-01-29 18:28:50 +00:00
parent 84150b9081
commit c01d5f7d0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175799
3 changed files with 23 additions and 4 deletions

View File

@ -26,7 +26,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 21, 1999 .Dd January 29, 2008
.Dt ATKBD 4 .Dt ATKBD 4
.Os .Os
.Sh NAME .Sh NAME
@ -68,6 +68,11 @@ They are numbered as follows and can be associated with strings
by the by the
.Xr kbdcontrol 1 .Xr kbdcontrol 1
command. command.
You can use a keyboard map file (see
.Xr kbdmap 5 )
to map them to arbitrary keys, particularly
the functions in the range from 65 to 96
which are not used by default.
.Pp .Pp
.Bl -tag -width "Function Key Number" -compact .Bl -tag -width "Function Key Number" -compact
.It "Function Key number" .It "Function Key number"
@ -112,6 +117,8 @@ Left GUI Key
Right GUI Key Right GUI Key
.It 64 .It 64
Menu Menu
.It "65, 66,...96"
free (not used by default)
.El .El
.Pp .Pp
See the man page for the See the man page for the
@ -205,6 +212,7 @@ In both cases, you also need to have following lines in
.Xr atkbdc 4 , .Xr atkbdc 4 ,
.Xr psm 4 , .Xr psm 4 ,
.Xr syscons 4 , .Xr syscons 4 ,
.Xr kbdmap 5 ,
.Xr loader 8 .Xr loader 8
.Sh HISTORY .Sh HISTORY
The The

View File

@ -13,7 +13,7 @@
.\" @(#)kbdcontrol.1 .\" @(#)kbdcontrol.1
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd November 16, 2006 .Dd January 29, 2008
.Dt KBDCONTROL 1 .Dt KBDCONTROL 1
.Os .Os
.Sh NAME .Sh NAME
@ -122,6 +122,9 @@ Install keyboard map file from
.Ar keymap_file . .Ar keymap_file .
You may load the keyboard map file from a menu-driven command, You may load the keyboard map file from a menu-driven command,
.Xr kbdmap 1 . .Xr kbdmap 1 .
The format of keyboard map files is documented in the
.Xr kbdmap 5
manual page.
.It Fl d .It Fl d
Dump the current keyboard map onto stdout. Dump the current keyboard map onto stdout.
The output may be redirected to a file and can be loaded The output may be redirected to a file and can be loaded

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd September 11, 2000 .Dd January 29, 2008
.Dt KBDMAP 5 .Dt KBDMAP 5
.Os .Os
.Sh NAME .Sh NAME
@ -165,7 +165,15 @@ Act as the
function key, function key,
where where
.Ar N .Ar N
is a decimal number. is a decimal number in the range from 1 to 96.
Refer to the
.Xr atkbd 4
manual page for a list of predefined function keys.
You can use the
.Fl f
option of the
.Xr kbdcontrol 1
utility to assign arbitrary strings to function keys.
.It lshift .It lshift
Act as left shift key. Act as left shift key.
.It rshift .It rshift