wiki: Mention left-handed

This commit is contained in:
Ivan Molodetskikh
2024-05-21 11:06:52 +04:00
parent c9d90afe59
commit 14d637f4ef
+7
View File
@@ -33,12 +33,14 @@ input {
// accel-profile "flat"
// tap-button-map "left-middle-right"
// click-method "clickfinger"
// left-handed
}
mouse {
// natural-scroll
// accel-speed 0.2
// accel-profile "flat"
// left-handed
}
trackpoint {
@@ -49,6 +51,7 @@ input {
tablet {
map-to-output "eDP-1"
// left-handed
}
touch {
@@ -130,6 +133,10 @@ Settings specific to `touchpad`s:
- `tap-button-map`: can be `left-right-middle` or `left-middle-right`, controls which button corresponds to a two-finger tap and a three-finger tap.
- `click-method`: can be `button-areas` or `clickfinger`, changes the [click method](https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbuttons.html).
Settings specific to `touchpad`, `mouse` and `tablet`:
- `left-handed`: if set, changes the device to left-handed mode.
Tablets and touchscreens are absolute pointing devices that can be mapped to a specific output like so:
```