From 07be7e7eae2085e4fcc7a16e2138b73f7410cd04 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 3 Nov 2024 22:56:49 +0300 Subject: wiki: Add Since to scroll-button --- wiki/Configuration:-Input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki/Configuration:-Input.md') diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index 7e72fb8c..73799a14 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -144,7 +144,7 @@ A few settings are common between `touchpad`, `mouse`, `trackpoint`, and `trackb - `accel-profile`: can be `adaptive` (the default) or `flat` (disables pointer acceleration). - `scroll-method`: when to generate scroll events instead of pointer motion events, can be `no-scroll`, `two-finger`, `edge`, or `on-button-down`. The default and supported methods vary depending on the device type. -- `scroll-button`: the button code used for the `on-button-down` scroll method. You can find it in `libinput debug-events`. +- `scroll-button`: Since: 0.1.10 the button code used for the `on-button-down` scroll method. You can find it in `libinput debug-events`. - `middle-emulation`: emulate a middle mouse click by pressing left and right mouse buttons at once. Settings specific to `touchpad`s: -- cgit