mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
docs: add click method option
This commit is contained in:
parent
909593cdd5
commit
e754768a4e
2 changed files with 10 additions and 1 deletions
|
|
@ -504,6 +504,7 @@ windows using the mouse.
|
||||||
<dragLock></dragLock>
|
<dragLock></dragLock>
|
||||||
<middleEmulation></middleEmulation>
|
<middleEmulation></middleEmulation>
|
||||||
<disableWhileTyping></disableWhileTyping>
|
<disableWhileTyping></disableWhileTyping>
|
||||||
|
<clickMethod></clickMethod>
|
||||||
</device>
|
</device>
|
||||||
</libinput>
|
</libinput>
|
||||||
```
|
```
|
||||||
|
|
@ -579,6 +580,12 @@ windows using the mouse.
|
||||||
any motion events while a keyboard is typing, and for a short while
|
any motion events while a keyboard is typing, and for a short while
|
||||||
after as well.
|
after as well.
|
||||||
|
|
||||||
|
*<libinput><device><clickMethod>* [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.
|
||||||
|
|
||||||
## WINDOW RULES
|
## WINDOW RULES
|
||||||
|
|
||||||
Two types of window rules are supported, actions and properties. They are
|
Two types of window rules are supported, actions and properties. They are
|
||||||
|
|
|
||||||
|
|
@ -420,13 +420,14 @@
|
||||||
non-touch, default or the name of a device. You can obtain device names by
|
non-touch, default or the name of a device. You can obtain device names by
|
||||||
running *libinput list-devices* as root or member of the input group.
|
running *libinput list-devices* as root or member of the input group.
|
||||||
|
|
||||||
Tap is set to *yes* be default. All others are left blank in order to use
|
Tap is set to *yes* by default. All others are left blank in order to use
|
||||||
device defaults.
|
device defaults.
|
||||||
|
|
||||||
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]
|
- tapButtonMap [lrm|lmr]
|
||||||
|
- clickMethod [none|buttonAreas|clickfinger]
|
||||||
-->
|
-->
|
||||||
<libinput>
|
<libinput>
|
||||||
<device category="default">
|
<device category="default">
|
||||||
|
|
@ -440,6 +441,7 @@
|
||||||
<dragLock></dragLock>
|
<dragLock></dragLock>
|
||||||
<middleEmulation></middleEmulation>
|
<middleEmulation></middleEmulation>
|
||||||
<disableWhileTyping></disableWhileTyping>
|
<disableWhileTyping></disableWhileTyping>
|
||||||
|
<clickMethod></clickMethod>
|
||||||
</device>
|
</device>
|
||||||
</libinput>
|
</libinput>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue