mirror of
https://github.com/labwc/labwc.git
synced 2026-03-22 05:33:57 -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
|
<mouse><mousebind> entries exist, the same default mousebinds will be
|
||||||
loaded even if the <default /> element is not provided.
|
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
|
## TABLET
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -413,6 +413,12 @@
|
||||||
|
|
||||||
</mouse>
|
</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.
|
The tablet cursor movement can be restricted to a single output.
|
||||||
If output is left empty or the output does not exists, the tablet
|
If output is left empty or the output does not exists, the tablet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue