docs: improve description of the click method documentation

This commit is contained in:
Marvin Dostal 2024-02-11 12:29:38 +01:00
parent 91f73e7f60
commit 093f704b02

View file

@ -581,10 +581,18 @@ windows using the mouse.
after as well. after as well.
*<libinput><device><clickMethod>* [none|buttonAreas|clickfinger] *<libinput><device><clickMethod>* [none|buttonAreas|clickfinger]
Set the kind of click method that shall be used. Either the location of Configure the method by which physical clicks on a touchpad are mapped to
where the click happens (buttonAreas), or the number of fingers mouse-button events. The click methods available are:
(clickfinger) being used determines the kind of mouse button being - *buttonAreas* - The bottom of the touchpad is divided into distinct
triggered. Choose *none* if a click shall not trigger a mouse button click. regions corresponding to left, middle and right buttons; clicking within
the region will trigger the corresponding event. Clicking the main area
further up produces a left button event.
- *clickfinger* - Clicking with one, two or three finger(s) will produce
left, right or middle button event without regard to the location of a
click.
- *none* - Physical clicks will not produce button events.
The default method depends on the touchpad hardware.
## WINDOW RULES ## WINDOW RULES