diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-30 08:15:30 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-05 10:57:15 +1000 |
commit | bd0eda4e6396825bbc04095c81eb0955d39e2345 (patch) | |
tree | 40ae53e183ef616a120eddd611f16fbf6144ab21 | |
parent | 2f4525ce5346e6c370f465b626a045db3f44147f (diff) |
man: document left-handed TapButton awkwardness.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Christoph Brill <egore911@egore911.de>
(cherry picked from commit b00b015aaa81c7da2a419649851004d481f33e3c)
-rw-r--r-- | man/synaptics.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index b18fb8d..2d4be40 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -813,6 +813,12 @@ by the kernel. If the kernel reports multi-finger detection, two-finger vertical scrolling is enabled, horizontal two-finger scrolling is disabled and edge scrolling is disabled. If no multi-finger capabilities are reported, edge scrolling is enabled for both horizontal and vertical scrolling. +.LP +Button mapping for physical buttons is handled in the server. +If the device is switched to left-handed (an in-server mapping of physical +buttons 1, 2, 3 to the logical buttons 3, 2, 1, respectively), both physical +and TapButtons are affected. To counteract this, the TapButtons need to be set +up in reverse order (TapButton1=3, TapButton2=1). .SH "REMOVED OPTIONS" The following options are no longer part of the driver configuration: |