diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-02-20 13:13:18 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-04-30 12:53:59 +1000 |
commit | 13fc982c670e992060fd33a116fbc6eb32cdba25 (patch) | |
tree | 513dafba95cc50c7bb24e747d9448dddbf44e431 /man | |
parent | 75b6fd13cfc0e8c8b1ca17626b5316a83359e353 (diff) |
Add secondary (top) software buttons area
New generation of laptops with trackstick do not have physical buttons
associated with the trackstick, but instead rely on software buttons at
the top of the clickpad.
Adding a secondary software button area for this purpose.
As we're likely detecting the devices that need it based on udev tags
and MatchTag configuration items, this area doesn't need to be exposed
through properties. So static configuration is fine.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
[couple of man-page additions and rewrites]
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 402cc872570b58b8420e7973d0706f3b2a2aaf91)
Diffstat (limited to 'man')
-rw-r--r-- | man/synaptics.man | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index 794f0e8..b99fd5c 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -489,6 +489,18 @@ soft button areas. Button areas may not overlap, however it is permitted for two buttons to share an edge value. Property: "Synaptics Soft Button Areas" . +.TP +.BI "Option \*qSecondarySoftButtonAreas\*q \*q" "RBL RBR RBT RBB MBL MBR MBT MBB" \*q +This option is only available on ClickPad devices. +Enable secondary soft button click area support on ClickPad devices (usually on +top of the device). +For the allowed values for this option, see +.B Option \*qSoftButtonAreas\*q. +Primary and secondary soft button areas must not overlap each other. If they do, +the behavior of the driver is undefined. +No property associated, this option must be set in the +__xconfigfile__(__filemansuffix__). +. .SH CONFIGURATION DETAILS .SS Area handling @@ -708,6 +720,12 @@ ClickPads provide software emulated buttons through These buttons enable areas on the touchpad to perform as right or middle mouse button. When the user performs a click within a defined soft button area, a right or middle click is performed. +.LP +Some laptops, most notably the Lenovo T440, T540 and x240 series, provide a +pointing stick without physical buttons. On those laptops, the top of the +touchpad acts as software-emulated button area. This area can be configured +with +.B Option SecondarySoftButtonAreas. .SH "DEVICE PROPERTIES" Synaptics 1.0 and higher support input device properties if the driver is |