diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-11-18 14:26:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-11-24 11:00:44 +1000 |
commit | 439a244ae7e6ea21b4e15c08fcaef8cab00920ad (patch) | |
tree | 3aaf1308972c2ff50b2486aeace525bcd9f2be1e /man | |
parent | 4a049ad6f82c1c8cb5148579b2976d5caf639a14 (diff) |
Add support for switching scroll methods
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/libinput.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/libinput.man b/man/libinput.man index ac310cd..2f8654b 100644 --- a/man/libinput.man +++ b/man/libinput.man @@ -59,6 +59,15 @@ Enables left-handed button orientation, i.e. swapping left and right buttons. .BI "Option \*qNaturalScrolling\*q \*q" bool \*q Enables or disables natural scrolling behavior. .TP 7 +.BI "Option \*qScrollMethod\*q \*q" string \*q +Enables a scroll method. Permitted values are +.BI none, +.BI twofinger, +.BI edge, +.BI button. +Not all devices support all options, if an option is unsupported, the +default scroll option for this device is used. +.TP 7 .BI "Option \*qSendEventsMode\*q \*q" (disabled|enabled|disabled-on-external-mouse) \*q Sets the send events mode to disabled, enabled, or "disable when an external mouse is connected". |