From fed86fdb5d097b119a3c73c8d8d974b83b49cc5a Mon Sep 17 00:00:00 2001 From: dbeley <6568955+dbeley@users.noreply.github.com> Date: Thu, 13 Mar 2025 09:51:18 +0100 Subject: feat(trackpoint): document left-handed option --- wiki/Configuration:-Input.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'wiki') diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index a3bd0a7f..4fdfdf4f 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -64,6 +64,7 @@ input { // accel-profile "flat" // scroll-method "on-button-down" // scroll-button 273 + // left-handed // middle-emulation } @@ -180,6 +181,7 @@ A few settings are common between `touchpad`, `mouse`, `trackpoint`, and `trackb - `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`: Since: 0.1.10 the button code used for the `on-button-down` scroll method. You can find it in `libinput debug-events`. +- `left-handed`: if set, changes the device to left-handed mode. - `middle-emulation`: emulate a middle mouse click by pressing left and right mouse buttons at once. Settings specific to `touchpad`s: @@ -197,10 +199,6 @@ Settings specific to `touchpad` and `mouse`: - `scroll-factor`: Since: 0.1.10 scales the scrolling speed by this value. -Settings specific to `touchpad`, `mouse` and `tablet`: - -- `left-handed`: if set, changes the device to left-handed mode. - Settings specific to `tablet`s: - `calibration-matrix`: Since: 25.02 set to six floating point numbers to change the calibration matrix. See the [`LIBINPUT_CALIBRATION_MATRIX` documentation](https://wayland.freedesktop.org/libinput/doc/latest/device-configuration-via-udev.html) for examples. -- cgit