mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
document tapButtonMap setting
This commit is contained in:
parent
a3796fa6f3
commit
730a642bea
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
Enable or disable tap-to-click for this category. This is enabled by
|
||||||
default for all categories.
|
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]
|
*<libinput><device category=""><middleEmulation>* [yes|no]
|
||||||
Enable or disable middle button emulation for this category. Middle
|
Enable or disable middle button emulation for this category. Middle
|
||||||
emulation processes a simultaneous left and right click as a press of
|
emulation processes a simultaneous left and right click as a press of
|
||||||
|
|
|
||||||
|
|
@ -189,6 +189,7 @@
|
||||||
All values are [yes|no] except for:
|
All values are [yes|no] except for:
|
||||||
- pointerSpeed [-1.0 to 1.0]
|
- pointerSpeed [-1.0 to 1.0]
|
||||||
- accelProfile [flat|adaptive]
|
- accelProfile [flat|adaptive]
|
||||||
|
- tapButtonMap [lrm|lmr]
|
||||||
-->
|
-->
|
||||||
<libinput>
|
<libinput>
|
||||||
<device category="">
|
<device category="">
|
||||||
|
|
@ -197,6 +198,7 @@
|
||||||
<pointerSpeed></pointerSpeed>
|
<pointerSpeed></pointerSpeed>
|
||||||
<accelProfile></accelProfile>
|
<accelProfile></accelProfile>
|
||||||
<tap>yes</tap>
|
<tap>yes</tap>
|
||||||
|
<tapButtonMap></tapButtonMap>
|
||||||
<middleEmulation></middleEmulation>
|
<middleEmulation></middleEmulation>
|
||||||
<disableWhileTyping></disableWhileTyping>
|
<disableWhileTyping></disableWhileTyping>
|
||||||
</device>
|
</device>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue