mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: add touch section
This commit is contained in:
parent
6d6f243ff5
commit
722a802de0
2 changed files with 16 additions and 0 deletions
|
|
@ -447,6 +447,16 @@ windows using the mouse.
|
|||
<mouse><mousebind> entries exist, the same default mousebinds will be
|
||||
loaded even if the <default /> element is not provided.
|
||||
|
||||
## TOUCH
|
||||
|
||||
```
|
||||
<touch mapToOutput="" />
|
||||
```
|
||||
|
||||
*<touch mapToOutput="" />*
|
||||
Direct cursor movement to a specified output. If the compositor is
|
||||
running in nested mode, this does not take effect.
|
||||
|
||||
## TABLET
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -413,6 +413,12 @@
|
|||
|
||||
</mouse>
|
||||
|
||||
<!--
|
||||
Direct cursor movement to a specified output. If the compositor is
|
||||
running in nested mode, this does not take effect.
|
||||
-->
|
||||
<touch mapToOutput="" />
|
||||
|
||||
<!--
|
||||
The tablet cursor movement can be restricted to a single output.
|
||||
If output is left empty or the output does not exists, the tablet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue