summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Foley <favux.is@gmail.com>2012-01-26 13:10:23 -0600
committerPeter Hutterer <peter.hutterer@who-t.net>2012-01-27 10:07:32 +1000
commit16749eb2d82166a3389fe6209c654bb1fce2e639 (patch)
treeba018fda00a46fee2d444c8c2184226f0ada01cd
parentdbc25fa4fd86af7ccd42af04e6360dfdd0336735 (diff)
man.wacom: Add gesture description.
Add description of the touch gestures to the wacom manual. Signed-off-by: David Foley <favux.is@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--man/wacom.man33
1 files changed, 33 insertions, 0 deletions
diff --git a/man/wacom.man b/man/wacom.man
index 3d4a143..f46891c 100644
--- a/man/wacom.man
+++ b/man/wacom.man
@@ -251,6 +251,39 @@ generates button press and release events. Presses longer than
.B TapTime
do not generate button events, only motion events.
.RE
+.SH "TOUCH GESTURES"
+.SS Single finger (1FG)
+.LP
+\fBLeft click:\fR
+tap, actual click happens after TapTime period elapses.
+.LP
+\fBLeft click drag:\fR
+tap to select, quickly (within TapTime period) touch selection again. Then drag.
+Available on touchpads, e.g. BambooPT, not touchscreens.
+.PP
+.SS Two finger (2FG)
+.LP
+\fBRight click:\fR
+one finger down + tap second finger
+.LP
+\fBVertical scroll:\fR
+two fingers side by side (in any orientation) moving vertically with constant
+separation intitiates a vertical scroll. By driver default a gesture up results
+in a scroll down event (the document moves up) and a gesture down results in a
+scroll up event (moving the document down).
+.LP
+\fBHorizontal scroll:\fR
+two fingers side by side held at a constant distance moving horizontally initiates
+a horizontal scroll. A gesture to the left results in a scroll right event (the
+document moves left) and a gesture right results in a scroll left event (moving
+the document right).
+.LP
+\fBZoom in:\fR
+two separated fingers side by side, bring together i.e. pinch.
+.LP
+\fBZoom out:\fR
+two fingers side by side, spread. Not all applications support zoom.
+.PP
.SH "SEE ALSO"
__xservername__(__appmansuffix__), xorg.conf(__filemansuffix__),
xorg.conf.d(__filemansuffix__), X(__miscmansuffix__)