1 .\" $NetBSD: j6x0tp.4,v 1.3 2003/11/05 08:21:32 wiz Exp $
3 .\" Copyright (c) 2003 Valeriy E. Ushakov
4 .\" All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. The name of the author may not be used to endorse or promote products
15 .\" derived from this software without specific prior written permission.
17 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 .Nd driver for Jornada 680 touch-screen
37 .Cd "wsmouse* at j6x0tp? mux 0"
38 .Cd "wskbd* at j6x0tp? mux 1"
40 .Cd options J6X0TP_WSMOUSE_EXCLUSIVE
41 .Cd options J6X0TP_SETTINGS_ICON_KEYSYM=keysym
42 .Cd options J6X0TP_PGUP_ICON_KEYSYM=keysym
43 .Cd options J6X0TP_PGDN_ICON_KEYSYM=keysym
44 .Cd options J6X0TP_SWITCH_ICON_KEYSYM=keysym
48 driver provides support for the Jornada 680/690 touch-screen.
50 Pen movements are passed to
52 as mouse clicks and drags.
62 driver has the following config options.
63 .Bl -ohang -offset indent
64 .It Cd options J6X0TP_WSMOUSE_EXCLUSIVE
70 .It Cd options J6X0TP_SETTINGS_ICON_KEYSYM=keysym
71 .It Cd options J6X0TP_PGUP_ICON_KEYSYM=keysym
72 .It Cd options J6X0TP_PGDN_ICON_KEYSYM=keysym
73 .It Cd options J6X0TP_SWITCH_ICON_KEYSYM=keysym
74 Customize the mapping of on-screen
77 Default keymap assigns
84 It is possible to change the mapping at run time with
88 as small as this one it is convenient to be able to change the
89 defaults at compile time.
99 driver first appeared in