From 093f704b027171c718af9489d48e9f402327eceb Mon Sep 17 00:00:00 2001 From: Marvin Dostal Date: Sun, 11 Feb 2024 12:29:38 +0100 Subject: [PATCH] docs: improve description of the click method documentation --- docs/labwc-config.5.scd | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 1223631f..7c420d3f 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -581,10 +581,18 @@ windows using the mouse. after as well. ** [none|buttonAreas|clickfinger] - Set the kind of click method that shall be used. Either the location of - where the click happens (buttonAreas), or the number of fingers - (clickfinger) being used determines the kind of mouse button being - triggered. Choose *none* if a click shall not trigger a mouse button click. + Configure the method by which physical clicks on a touchpad are mapped to + mouse-button events. The click methods available are: + - *buttonAreas* - The bottom of the touchpad is divided into distinct + 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