On Mon, Aug 15, 2011 at 10:03 PM, Peter Hutterer
<peter.hutte...@who-t.net> wrote:
> Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
> ---
>  man/wacom.man |   22 ++++++++++++++++++++++
>  1 files changed, 22 insertions(+), 0 deletions(-)
>
> diff --git a/man/wacom.man b/man/wacom.man
> index d9df025..d45be1e 100644
> --- a/man/wacom.man
> +++ b/man/wacom.man
> @@ -223,6 +223,28 @@ xsetwacom, that comes with this driver.
>  sets the pressure threshold used to generate a button 1 events of stylus.
>  The threshold applies to the normalised pressure range of [0..2048].
>  The default is 27.
> +.TP 4
> +.B Option \fI"Gesture"\fP \fI"bool"\fP
> +Enable or disable gesture support on the device. Default: off unless the
> +tablet supports multi-touch.
> +.TP 4
> +.B Option \fI"ZoomDistance"\fP \fI"number"\fP
> +If
> +.B Option \fI"Gesture"\fP
> +is enabled, this option specifies the minimum movement distance before a
> +zoom gesture is recognized.
> +.TP 4
> +.B Option \fI"ScrollDistance"\fP \fI"number"\fP
> +If
> +.B Option \fI"Gesture"\fP
> +is enabled, this option specifies the minimum movement distance before a
> +scroll gesture is recognized.
> +.TP 4
> +.B Option \fI"TapTime"\fP \fI"number"\fP
> +If
> +.B Option \fI"Gesture"\fP
> +is enabled, this option specifies the minimum time between taps for a right
> +click tap.

 I'm not sure I understand what above is describing.  At least not
without defining what a "right click tap" is.

The phrase "between taps" makes me think describing double tap gesture
somehow.  I understand bounding double taps using
xf86-input-synaptics' MaxDoubleTapTime but I don't understand need to
require a minimum delay between taps (I'm not saying this isn't what
software is doing; I just don't understand why).

For what wcmTouchFilter is calling 2nd finger tap, I don't really
understand the intent of its use of TapTime.  People are saying that
you have to put 1 finger down, wait a second, then tap with 2nd
finger; as apposed to just tapping 2 fingers under a MaxTapTime
period.   So somehow it seems a Min is involved.

Is that what you meant by "right click tap"?  The 1-finger, pause,
2-finger gesture?

To be complete, there are currently 3 ways software is using this
value.  Above is related to 1 way and the other two are:

For 1 finger tap, TapTime has same meaning as xf86-input-synaptics' MaxTapTime.

I was hoping to figure out why 2 finger touch gesture required weird
behavior; align it to 1 finger behavior so that both gestures could
share same definition thats equal to MaxTapTime of
xf86-input-synaptics.  I got distracted though.  Sorry.

For debouncing 1 vs. 2 finger gestures, TapTime has similar meaning to
xf86-input-synaptics' SingleTapTimeout and if you replace Tap with
Touch (Timeout after a touch to recognize it as a single touch.".
Maybe we should not document this meaning until someone finds time to
implement a new SingleTouchTimeout value?

Chris

>  .SH "SEE ALSO"
>  __xservername__(__appmansuffix__), xorg.conf(__filemansuffix__),
> --
> 1.7.6
>
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing Subversion and
> the tools developers use with it. Learn more about uberSVN and get a free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to