diff options
author | 2005-04-21 05:06:22 +0000 | |
---|---|---|
committer | 2005-04-21 05:06:22 +0000 | |
commit | 4059556fcfc5e5555703f5a09f1223564025946c (patch) | |
tree | 41f034ab461ddcec782e726652d4ecb472f5313c | |
parent | print out fpu ctx switches count (diff) | |
download | wireguard-openbsd-4059556fcfc5e5555703f5a09f1223564025946c.tar.xz wireguard-openbsd-4059556fcfc5e5555703f5a09f1223564025946c.zip |
mention how to middle or right-click; ok dlg@
-rw-r--r-- | share/man/man4/man4.zaurus/zts.4 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man4/man4.zaurus/zts.4 b/share/man/man4/man4.zaurus/zts.4 index 4c123979d61..782ff59396f 100644 --- a/share/man/man4/man4.zaurus/zts.4 +++ b/share/man/man4/man4.zaurus/zts.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zts.4,v 1.1 2005/04/17 12:41:59 dlg Exp $ +.\" $OpenBSD: zts.4,v 1.2 2005/04/21 05:06:22 djm Exp $ .\" .\" Copyright (c) 2005 David Gwynne <dlg@openbsd.org> .\" @@ -22,7 +22,7 @@ .Nd Zaurus touchscreen support .Sh SYNOPSIS .Cd "zts0 at pxaip?" -.Cd "wsmouse* at zts? mux 0" +.Cd "wsmouse* at zts?" .Sh DESCRIPTION The .Nm @@ -30,6 +30,16 @@ driver provides support for the touchscreen on the Zaurus. Access to the touchscreen is provided through the .Xr wscons 4 framework. +.Pp +Touching and removing the stylus from the screen will generate mouse down and +up events on +.Xr wsmouse 4 +button 0. +Events may be generated by holding the +.Li \&Fn +(button 1) or +.Li Alt +(button 2) keys down while tapping. .Sh SEE ALSO .Xr intro 4 , .Xr pxaip 4 , |