Document input:touchdevice:enabled and device:$touchdevice:enabled (#446)

This commit is contained in:
Zach DeCook 2024-01-23 19:15:04 -05:00 committed by GitHub
parent 57be38d1e3
commit 2698aae1e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -115,7 +115,7 @@ use the name of the `Tablet` and not `Tablet Pad` or `Tablet tool`.
Additional properties only present in per-device configs:
```plain
enabled -> (only for mice / touchpads / keyboards) enables / disables the device (connects / disconnects from the on-screen cursor) - default: Enabled
enabled -> (only for mice / touchpads / touchdevices / keyboards) enables / disables the device (connects / disconnects from the on-screen cursor) - default: Enabled
```
Example config section:
@ -200,4 +200,4 @@ and ***NOT***
```ini
env = QT_QPA_PLATFORM,"wayland"
```
{{< /hint >}}
{{< /hint >}}

View File

@ -248,6 +248,8 @@ _Subcategory `input:touchdevice:`_
|---|---|---|---|
| transform | transform the input from touchdevices. The possible transformations are the same as [those of the monitors](../Monitors/#rotating) | int | 0 |
| output | the monitor to bind touch devices. Empty means unset and will use the current / autodetected. | string | \[\[Empty\]\] |
| enabled | Whether input is enabled for touch devices. | bool | true |
### Tablet