diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-15 06:37:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-15 06:37:22 +0000 |
commit | edd3713a770f065ec1d995396af5a81e10a2e78d (patch) | |
tree | 2acee60bf30112e2e197059beff6c266407d377e /share/man | |
parent | c372d248638f92c1067bd1603abc3c4acb8e4384 (diff) |
basic man page for the zaurus c3000 (for now)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.zaurus/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.zaurus/zkbd.4 | 77 |
2 files changed, 79 insertions, 2 deletions
diff --git a/share/man/man4/man4.zaurus/Makefile b/share/man/man4/man4.zaurus/Makefile index 55481bc294d..4d038639b5e 100644 --- a/share/man/man4/man4.zaurus/Makefile +++ b/share/man/man4/man4.zaurus/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2005/01/04 16:39:13 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2005/01/15 06:37:21 deraadt Exp $ # TODO: aupxa(eventually) cpu MAN= autoconf.4 intro.4 lcd.4 mem.4 obio.4 \ - pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 saost.4 + pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 saost.4 zkbd.4 MLINKS+= mem.4 kmem.4 MANSUBDIR=zaurus diff --git a/share/man/man4/man4.zaurus/zkbd.4 b/share/man/man4/man4.zaurus/zkbd.4 new file mode 100644 index 00000000000..87d72e67964 --- /dev/null +++ b/share/man/man4/man4.zaurus/zkbd.4 @@ -0,0 +1,77 @@ +.\" $OpenBSD: zkbd.4,v 1.1 2005/01/15 06:37:21 deraadt Exp $ +.\" +.\" Copyright (c) CCYY YOUR NAME HERE <user@your.dom.ain> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd July 12, 1998 +.Dt ZKBD 4 +.Os +.Sh NAME +.Nm zkbd +.Nd Zaurus keyboard support +.Sh SYNOPSIS +.Cd "zkbd* at pxaip?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the native keyboard found on the +Zaurus. +Access to the keyboard is through the +.Xr wskbd 4 +driver. +.Sh LAYOUT +The Zaurus keyboard uses some strange chording behaviours to make +certain key combinations show up. +The left-hand Japanese key beside Ctrl is mapped as the ALT key. +The non-obvious key mappings are explained here: +.Pp +.Bl -tag -width "xxxxxxxxxxxxx" -compact -offset indent +.It Li \Fn u +{ +.It Li \Fn i +} +.It Li \Fn d +` +.It Li Calendar +F1 +.It Li Address +F2 +.It Li Mail +F3 +.It Li Home +F4 +.It Li Menu +F5 +.It Li Cancel +ESC +.It Li OK +Enter +.It Li Rear Toggle +Up and Down +.It Li Rear OK +Right +.It Li Rear Cancel +Left +.El +.Pp +Alt + F1 will select the second virtual console. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pxaip 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 3.7 . |