From 14d637f4efb6053c7243930944861f9eaf6127d3 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 21 May 2024 11:06:52 +0400 Subject: wiki: Mention left-handed --- wiki/Configuration:-Input.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index 64340707..988514b4 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -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: ``` -- cgit