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-04 10:00:02 +1000 |
commit | b00b015aaa81c7da2a419649851004d481f33e3c (patch) | |
tree | e0d673369d4aa448a94f42263ce9827619326163 | |
parent | 86df78a2387fbaa2b362446999235ab9c605f8f9 (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>
-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: |