diff options
| author | dbeley <6568955+dbeley@users.noreply.github.com> | 2025-03-13 09:51:18 +0100 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-03-13 03:36:20 -0700 |
| commit | fed86fdb5d097b119a3c73c8d8d974b83b49cc5a (patch) | |
| tree | 9ec7c0fa4eda96400d6c75a2d612c02150c221dd /wiki/Configuration:-Input.md | |
| parent | 3e215858611bb9b42ce0b9ea55490af8cf3f131d (diff) | |
| download | niri-fed86fdb5d097b119a3c73c8d8d974b83b49cc5a.tar.gz niri-fed86fdb5d097b119a3c73c8d8d974b83b49cc5a.tar.bz2 niri-fed86fdb5d097b119a3c73c8d8d974b83b49cc5a.zip | |
feat(trackpoint): document left-handed option
Diffstat (limited to 'wiki/Configuration:-Input.md')
| -rw-r--r-- | wiki/Configuration:-Input.md | 6 |
1 files changed, 2 insertions, 4 deletions
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`: <sup>Since: 0.1.10</sup> 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`: <sup>Since: 0.1.10</sup> 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`: <sup>Since: 25.02</sup> 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. |
