diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/kbdcontrol/kbdcontrol.1 | 5 | ||||
-rw-r--r-- | usr.sbin/kbdcontrol/kbdmap.5 | 12 |
2 files changed, 14 insertions, 3 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 176a722..68cee84 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -13,7 +13,7 @@ .\" @(#)kbdcontrol.1 .\" $FreeBSD$ .\" -.Dd November 16, 2006 +.Dd January 29, 2008 .Dt KBDCONTROL 1 .Os .Sh NAME @@ -122,6 +122,9 @@ Install keyboard map file from .Ar keymap_file . You may load the keyboard map file from a menu-driven command, .Xr kbdmap 1 . +The format of keyboard map files is documented in the +.Xr kbdmap 5 +manual page. .It Fl d Dump the current keyboard map onto stdout. The output may be redirected to a file and can be loaded diff --git a/usr.sbin/kbdcontrol/kbdmap.5 b/usr.sbin/kbdcontrol/kbdmap.5 index 5d9776d..2b94b35 100644 --- a/usr.sbin/kbdcontrol/kbdmap.5 +++ b/usr.sbin/kbdcontrol/kbdmap.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 11, 2000 +.Dd January 29, 2008 .Dt KBDMAP 5 .Os .Sh NAME @@ -165,7 +165,15 @@ Act as the function key, where .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 Act as left shift key. .It rshift |