diff options
author | Peter De Wachter <pdewacht@gmail.com> | 2012-10-03 20:48:24 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-10-21 15:47:54 +1000 |
commit | c3251deb4b988610c3766081345e49f538fca865 (patch) | |
tree | f4b5ae815d9d4df9c1eece7c5f6710cb45cfa0e6 /man/evdev.man | |
parent | cabed4bbb6757e55f067126965f26bb0f716fb55 (diff) |
Add configuration options for smooth scrolling.
This patch creates three new xorg.conf options, VertScrollDelta,
HorizScrollDelta and DialDelta, which adjust the sensitivity of
smooth scrolling. These options take a positive integer, default
value is 1.
Signed-off-by: Peter De Wachter <pdewacht@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/evdev.man')
-rw-r--r-- | man/evdev.man | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index 220dd13..85cea10 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -226,6 +226,17 @@ Specify the X Input 1.x type (see XListInputDevices(__libmansuffix__)). There is rarely a need to use this option, evdev will guess the device type based on the device's capabilities. This option is provided for devices that need quirks. +.TP 7 +.BI "Option \*qVertScrollDelta\*q \*q" integer \*q +The amount of motion considered one unit of scrolling vertically. +Default: "1". +.TP 7 +.BI "Option \*qHorizScrollDelta\*q \*q" integer \*q +The amount of motion considered one unit of scrolling horizontally. +Default: "1". +.TP 7 +.BI "Option \*qDialDelta\*q \*q" integer \*q +The amount of motion considered one unit of turning the dial. Default: "1". .SH SUPPORTED PROPERTIES The following properties are provided by the |