mirror of
https://github.com/labwc/labwc.git
synced 2026-03-20 05:34:12 -04:00
docs: extend tablet section
Also change order to be in line with the xml elements.
This commit is contained in:
parent
17e15ed987
commit
cc8f4f943a
2 changed files with 20 additions and 11 deletions
|
|
@ -448,7 +448,7 @@ windows using the mouse.
|
|||
## TABLET
|
||||
|
||||
```
|
||||
<tablet rotate="0">
|
||||
<tablet mapToOutput="" rotate="0">
|
||||
<area top="0.0" left="0.0" width="0.0" height="0.0">
|
||||
<map button="Tip" to="Left" />
|
||||
<map button="Stylus" to="Right" />
|
||||
|
|
@ -456,6 +456,16 @@ windows using the mouse.
|
|||
</tablet>
|
||||
```
|
||||
|
||||
*<tablet mapToOutput="" />*
|
||||
The tablet cursor movement can be restricted to a single output.
|
||||
If the output name is left empty or the output does not exists, the
|
||||
tablet will span all outputs.
|
||||
|
||||
*<tablet rotate="" />* [0|90|180|270]
|
||||
The tablet orientation can be changed in 90 degree steps. Default is
|
||||
no rotation (0). Rotation will be applied after applying tablet area
|
||||
transformation.
|
||||
|
||||
*<tablet><area top="mm" left="mm" width="mm" height="mm" />*
|
||||
By default the complete tablet area is mapped to the full output.
|
||||
The *area* element can be used to truncate the active area of the
|
||||
|
|
@ -475,11 +485,6 @@ windows using the mouse.
|
|||
additionally setting top to "12.5", the active area is centered
|
||||
vertically on the tablet surface.
|
||||
|
||||
*<tablet rotate="" />* [0|90|180|270]
|
||||
The tablet orientation can be changed in 90 degree steps. Default is
|
||||
no rotation (0). Rotation will be applied after applying tablet area
|
||||
transformation.
|
||||
|
||||
*<tablet><map button="" to="" />*
|
||||
Tablet buttons emulate regular mouse buttons. If not specified otherwise,
|
||||
the tip (Tip) is mapped to left mouse click, the first pen button (Stylus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue