diff options
author | Mildred Ki'lya <mildred593@online.fr> | 2008-08-06 21:40:11 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2008-08-06 21:40:11 +0200 |
commit | c32b4d47b94c2c18fab7f30588ddae8827e38f27 (patch) | |
tree | 3d0f9723f43b871ce0f01f940c4e9cd3016e2ae0 /man/synaptics.man | |
parent | f04b27861983212bb6b216c589aa7b0b24256f63 (diff) |
Add support for reporting multiple fingers as different buttons
This adds 3 new options. Use them as follows:
Section "InputDevice"
...
Option "ClickFinger1" "1"
Option "ClickFinger2" "3"
Option "ClickFinger3" "2"
EndSection
The driver would then report:
* clicking one finger = left click
* clicking with two fingers = right click
* clicking with 3 fingers = middle mouse button
Diffstat (limited to 'man/synaptics.man')
-rw-r--r-- | man/synaptics.man | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index d4f5345..8e911f4 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -300,6 +300,21 @@ Which mouse button is reported on a non-corner three-finger tap. . Set to 0 to disable. .TP +.BI "Option \*qClickFinger1\*q \*q" integer \*q +Which mouse button is reported when left-clicking with one finger. +. +Set to 0 to disable. +.TP +.BI "Option \*qClickFinger2\*q \*q" integer \*q +Which mouse button is reported when left-clicking with two fingers. +. +Set to 0 to disable. +.TP +.BI "Option \*qClickFinger3\*q \*q" integer \*q +Which mouse button is reported when left-clicking with three fingers. +. +Set to 0 to disable. +.TP .BI "Option \*qCircularScrolling\*q \*q" boolean \*q If on, circular scrolling is used. .TP |