mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: extend touch section
This commit is contained in:
parent
1d4961650f
commit
e547e29563
2 changed files with 15 additions and 2 deletions
|
|
@ -479,9 +479,16 @@ windows using the mouse.
|
|||
## TOUCH
|
||||
|
||||
```
|
||||
<touch mapToOutput="" />
|
||||
<touch deviceName="" mapToOutput="" />
|
||||
```
|
||||
|
||||
*<touch deviceName="" />*
|
||||
A touch configuration can be bound to a specifc device. If device
|
||||
name is left empty, the touch configuration applies to all touch
|
||||
devices or functions as a fallback. Multiple touch configurations
|
||||
can exist.
|
||||
See the libinput device section for obtaining the device names.
|
||||
|
||||
*<touch mapToOutput="" />*
|
||||
Direct cursor movement to a specified output. If the compositor is
|
||||
running in nested mode, this does not take effect.
|
||||
|
|
|
|||
|
|
@ -422,10 +422,16 @@
|
|||
</mouse>
|
||||
|
||||
<!--
|
||||
A touch configuration can be bound to a specifc device. If device
|
||||
name is left empty, the touch configuration applies to all touch
|
||||
devices or functions as a fallback. Multiple touch configurations
|
||||
can exist.
|
||||
See the libinput device section for obtaining the device names.
|
||||
|
||||
Direct cursor movement to a specified output. If the compositor is
|
||||
running in nested mode, this does not take effect.
|
||||
-->
|
||||
<touch mapToOutput="" />
|
||||
<touch deviceName="" mapToOutput="" />
|
||||
|
||||
<!--
|
||||
The tablet cursor movement can be restricted to a single output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue