]> git.mdlowis.com Git - proto/labwc.git/commitdiff
document tapButtonMap setting
authorbi4k8 <bi4k8@github>
Sun, 12 Dec 2021 22:12:46 +0000 (22:12 +0000)
committerARDiDo <90479315+ARDiDo@users.noreply.github.com>
Mon, 13 Dec 2021 00:00:58 +0000 (19:00 -0500)
docs/labwc-config.5.scd
docs/rc.xml.all

index ecfbf1580f249ab82e72e3d0c4bd3791af1e3c12..8197e16fcc89bbad287e88f623b74f3443f0ce50 100644 (file)
@@ -155,6 +155,11 @@ Configuration must be wrapped in a <labwc_config> root-node.
        Enable or disable tap-to-click for this category. This is enabled by
        default for all categories.
 
+*<libinput><device category=""><tapButtonMap>* [lrm|lmr]
+       Set the buttons mapped to one-, two-, and three-finger taps to the
+       left button, right button, and middle button, respectively (lrm) (the
+       default), or to left button, middle button, and right button (lmr).
+
 *<libinput><device category=""><middleEmulation>* [yes|no]
        Enable or disable middle button emulation for this category. Middle
        emulation processes a simultaneous left and right click as a press of
index 1400910b0531a1773661880346778fd9caa08f1e..b39dc4161f2d3dd17a653d70a7af1e6bb6aa64f9 100644 (file)
     All values are [yes|no] except for:
       - pointerSpeed [-1.0 to 1.0]
       - accelProfile [flat|adaptive]
+      - tapButtonMap [lrm|lmr]
   -->
   <libinput>
     <device category="">
       <pointerSpeed></pointerSpeed>
       <accelProfile></accelProfile>
       <tap>yes</tap>
+      <tapButtonMap></tapButtonMap>
       <middleEmulation></middleEmulation>
       <disableWhileTyping></disableWhileTyping>
     </device>