Lines Matching refs:tap
7 "Tapping" or "tap-to-click" is the name given to the behavior where a short
45 libinput also supports "tap-and-drag" where a tap immediately followed by a
50 tap-and-drag enabled by default.
53 the initial tap decide the type of button click. For example, to
54 middle-click drag, tap with three fingers followed by a
62 Note that drag lock only applies if tap-and-drag is be enabled.
64 .. figure:: tap-n-drag.svg
69 The above diagram explains the process, a tap (a) followed by a finger held
78 simply tap again (f).
92 - if a finger moves more than an implementation-defined distance while in contact, it's not a tap
94 - a tap not meeting required pressure thresholds can be ignored as accidental touch
95 - a tap exceeding certain pressure thresholds can be ignored (see :ref:`palm_detection`)
96 - a tap on the edges of the touchpad can usually be ignored (see :ref:`palm_detection`)