summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-07-06 13:13:47 +0000
committeryokota <yokota@FreeBSD.org>1999-07-06 13:13:47 +0000
commite73ec19b11b49cd8d4d8f129c1be83e9409eede6 (patch)
tree7acb298d0ff97ff0b205747306d4d27926f818be /share
parentced172e8ec6c3cd38ad57bc9102fe5b80b2e5b3b (diff)
downloadFreeBSD-src-e73ec19b11b49cd8d4d8f129c1be83e9409eede6.zip
FreeBSD-src-e73ec19b11b49cd8d4d8f129c1be83e9409eede6.tar.gz
List avaiable function keys.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/atkbd.441
-rw-r--r--share/man/man4/man4.i386/atkbd.441
2 files changed, 80 insertions, 2 deletions
diff --git a/share/man/man4/atkbd.4 b/share/man/man4/atkbd.4
index f9b4206..14216a4 100644
--- a/share/man/man4/atkbd.4
+++ b/share/man/man4/atkbd.4
@@ -1,3 +1,4 @@
+.\" t
.\"
.\" Copyright (c) 1999
.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
@@ -24,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: atkbd.4,v 1.4 1999/05/20 09:55:51 yokota Exp $
+.\" $Id: atkbd.4,v 1.5 1999/05/28 04:33:20 yokota Exp $
.\"
.Dd May 21, 1999
.Dt ATKBD 4
@@ -60,6 +61,44 @@ keyboard controller to be present.
The
.Em irq
number must always be 1; there is no provision of changing the number.
+.Ss Function Keys
+The AT keyboard has a number of function keys.
+They are numbered as follows and can be associated with strings
+by the
+.Xr kbdcontrol 1
+command.
+.Pp
+.TS
+c c
+c c
+r l.
+Function Key Number Function Key
+------------------- -----------------------------------------------
+1, 2,...12 F1, F2,... F12
+13, 14,...24 Shift+F1, Shift+F2,... Shift+F12
+25, 26,...36 Ctl+F1, Ctl+F2,... Ctl+F12
+37, 38,...48 Shift+Ctl+F1, Shift+Ctl+F2,... Shift+Ctl+F12
+49 Home and Numpad 7 (without NumLock)
+50 Up Arrow and Numpad 8 (without NumLock)
+51 Page Up and Numpad 9 (without NumLock)
+52 Numpad -
+53 Left Arrow and Numpad 4 (without NumLock)
+54 Numpad 5 (without NumLock)
+55 Right Arrow and Numpad 6 (without NumLock)
+56 Numpad +
+57 End and Numpad 1 (without NumLock)
+58 Down Arrow and Numpad 2 (without NumLock)
+59 Page Down and Numpad 3 (without NumLock)
+60 Ins and Numpad 0 (without NumLock)
+61 Del
+62 Left GUI Key
+63 Right GUI Key
+64 Menu
+.TE
+.Pp
+See the man page for the
+.Xr kbdcontrol 1
+command for how to assign a string to the function key.
.Sh DRIVER CONFIGURATION
.Ss Kernel Configuration Options
The following kernel configuration options control the
diff --git a/share/man/man4/man4.i386/atkbd.4 b/share/man/man4/man4.i386/atkbd.4
index f9b4206..14216a4 100644
--- a/share/man/man4/man4.i386/atkbd.4
+++ b/share/man/man4/man4.i386/atkbd.4
@@ -1,3 +1,4 @@
+.\" t
.\"
.\" Copyright (c) 1999
.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
@@ -24,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: atkbd.4,v 1.4 1999/05/20 09:55:51 yokota Exp $
+.\" $Id: atkbd.4,v 1.5 1999/05/28 04:33:20 yokota Exp $
.\"
.Dd May 21, 1999
.Dt ATKBD 4
@@ -60,6 +61,44 @@ keyboard controller to be present.
The
.Em irq
number must always be 1; there is no provision of changing the number.
+.Ss Function Keys
+The AT keyboard has a number of function keys.
+They are numbered as follows and can be associated with strings
+by the
+.Xr kbdcontrol 1
+command.
+.Pp
+.TS
+c c
+c c
+r l.
+Function Key Number Function Key
+------------------- -----------------------------------------------
+1, 2,...12 F1, F2,... F12
+13, 14,...24 Shift+F1, Shift+F2,... Shift+F12
+25, 26,...36 Ctl+F1, Ctl+F2,... Ctl+F12
+37, 38,...48 Shift+Ctl+F1, Shift+Ctl+F2,... Shift+Ctl+F12
+49 Home and Numpad 7 (without NumLock)
+50 Up Arrow and Numpad 8 (without NumLock)
+51 Page Up and Numpad 9 (without NumLock)
+52 Numpad -
+53 Left Arrow and Numpad 4 (without NumLock)
+54 Numpad 5 (without NumLock)
+55 Right Arrow and Numpad 6 (without NumLock)
+56 Numpad +
+57 End and Numpad 1 (without NumLock)
+58 Down Arrow and Numpad 2 (without NumLock)
+59 Page Down and Numpad 3 (without NumLock)
+60 Ins and Numpad 0 (without NumLock)
+61 Del
+62 Left GUI Key
+63 Right GUI Key
+64 Menu
+.TE
+.Pp
+See the man page for the
+.Xr kbdcontrol 1
+command for how to assign a string to the function key.
.Sh DRIVER CONFIGURATION
.Ss Kernel Configuration Options
The following kernel configuration options control the
OpenPOWER on IntegriCloud