mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
docs: add touch section
This commit is contained in:
parent
2a36d2d119
commit
f24be6aeb8
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