summaryrefslogtreecommitdiff
path: root/man/libinput.man
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-10-11 10:24:30 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-10-11 11:18:52 +1000
commite52daf203bb690e33b27514cb8fc76b263e6622a (patch)
tree02ff8fe5b9882fd21172c885b3ab915a66ac4147 /man/libinput.man
parent400bf493d1840e72dc3bad624707b4934fe5de33 (diff)
downloadxorg-driver-xf86-input-libinput-e52daf203bb690e33b27514cb8fc76b263e6622a.tar.gz
Implement support for scroll button locks
Add a boolean option/property to enable/disable the scroll button lock. Where enabled, the button can be clicked and released as opposed to having to be held down. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/libinput.man')
-rw-r--r--man/libinput.man17
1 files changed, 16 insertions, 1 deletions
diff --git a/man/libinput.man b/man/libinput.man
index dbf7dee..22b42c8 100644
--- a/man/libinput.man
+++ b/man/libinput.man
@@ -139,9 +139,18 @@ Designates a button as scroll button. If the
.BI ScrollMethod
is
.BI button
-and the button is logically held down, x/y axis movement is converted into
+and the button is logically down, x/y axis movement is converted into
scroll events.
.TP 7
+.BI "Option \*qScrollButtonLock\*q \*q" bool \*q
+Enables or disables the scroll button lock. If enabled, the
+.BI ScrollButton
+is considered logically down after the first click and remains down until
+the second click of that button. If disabled (the default), the
+.BI ScrollButton
+button is considered logically down while held down and up once physically
+released.
+.TP 7
.BI "Option \*qScrollMethod\*q \*q" string \*q
Enables a scroll method. Permitted values are
.BI none,
@@ -219,6 +228,12 @@ Indicates which acceleration profile is currently enabled on this device.
setting is independent of the scroll method, to enable button scrolling the
method must be set to button-scrolling and a valid button must be set.
.TP 7
+.BI "libinput Button Scrolling Button Lock Enabled"
+1 boolean value. If true, the scroll button lock is enabled. This
+setting is independent of the scroll method or the scroll button, to enable
+button scrolling the method must be set to button-scrolling and a valid
+button must be set.
+.TP 7
.BI "libinput Calibration Matrix"
9 32-bit float values, representing a 3x3 calibration matrix, order is row
1, row 2, row 3