diff options
author | Aapo Rantalainen <aapo.rantalainen@gmail.com> | 2011-03-09 21:32:36 +0100 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2011-03-09 22:27:04 +0100 |
commit | 049d5fb6037b34d94b24cb8300849cf4e3b67437 (patch) | |
tree | b93bdd5fe6e57131309050dca1ae6c83e92cb84c /man/synaptics.man | |
parent | d6fc5be2969b9eede3c0fdd6e03daec4100a8c9f (diff) |
Add synaptics orientation support
This patch allows usage of "synclient Orientation=0" (values from 0 to
3). It will rotate the touchpad similar to "xrandr -o". Original patch
was extended for alps and ps2.
Signed-off-by: Christoph Brill <egore911@egore911.de>
Diffstat (limited to 'man/synaptics.man')
-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 0a35883..44d1c27 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -510,6 +510,12 @@ AreaBottomEdge option to any integer value other than zero. If supported by the server (version 1.9 and later), the edge may be specified in percent of the total height of the touchpad. Property: "Synaptics Area" . +.TP +.BI "Option \*qOrientation\*q \*q" integer \*q +Rotate the touchpad similar to xrandr -o. +. +The orientation can be 0 (normal), 1(left), 2 (inverted) or 3(right). +. .SH CONFIGURATION DETAILS .SS Area handling |