Lines Matching +full:middle +full:- +full:button
12 .\" 3. Neither the name of the author nor the names of any co-contributors
37 .Bd -ragged -offset indent
45 .Bd -literal -offset indent
56 The driver simulates a three\-button mouse using multi\-finger tap detection.
57 Single finger tap generates a left\-button click; two\-finger tap maps to the
58 middle button; whereas a three\-finger tap gets treated as a right button
61 There is support for 2\-finger horizontal scrolling, which translates to
62 page\-back/forward events; vertical multi\-finger scrolling emulates the mouse
65 A double\-tap followed by a drag is treated as a selection gesture; a
66 virtual left\-button click is assumed for the lifespan of the drag.
79 A simple high-pass filter is used to reduce contributions
90 The maximum time (in microseconds) to allow an association between a double-
94 Should one want to disable tap detection and rely only upon physical button
103 .Bl -bullet -compact
119 Almost all recent Macbook-Pros and Airs (IDs: 0x0223, 0x0223, 0x0224, 0x0224,
128 To discover the product\-id of a touchpad, search for 'Trackpad' in the
135 creates a blocking pseudo\-device file,
141 type device\-\-see
153 .An -nosplit