diff options
author | Peter Osterlund <petero2@telia.com> | 2004-12-11 18:00:32 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:57 +0200 |
commit | dfc17eb571b5863eb34bed123a8d5243eee1e6aa (patch) | |
tree | 2dae179b6926edef39cad567df4b9a2d71a67f8f /README | |
parent | d0b4722d562aa5f80c657b41a64c63d138e45c75 (diff) |
Better palm detection options. Also reverts change
f852ce43a236d35a2f587ec8e6a8d28e9e98fdbe.
From Sean Dilda <agrajag@dragaera.net>.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -75,8 +75,6 @@ FingerLow Int When finger pressure drops below this value, the driver counts it as a release. FingerHigh Int When finger pressure goes above this value, the driver counts it as a touch. -PalmDetection Bool Enable/disable palm detection heuristics. - Requires hardware support. MaxTapTime Int max. time (in milliseconds) for detecting a tap MaxTapMove Int max. movement of the finger for detecting a tap MaxDoubleTapTime Int max. time (in milliseconds) for detecting a double tap @@ -128,6 +126,9 @@ CircScrollTrigger Int Trigger region on the touchpad to start circular scrolling CircularPad Bool Instead of being a rectangle, the edge is the ellipse enclosed by the Left/Right/Top/BottomEdge parameters. For circular touchpads. +PalmDetect Bool If palm detection should be enabled +PalmMinWidth Int Minimum width at which touch is considered a palm +PalmMinZ Int Minimum finger pressure at which touch is considered a palm The LeftEdge, RightEdge, TopEdge and BottomEdge parameters are used to define the edge and corner areas of the touchpad. The parameters split |