Skip to content

Commit

Permalink
Document input:touchdevice:enabled and device:$touchdevice:enabled (#446
Browse files Browse the repository at this point in the history
)
  • Loading branch information
earboxer authored Jan 24, 2024
1 parent 57be38d commit 2698aae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/Configuring/Keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -200,4 +200,4 @@ and ***NOT***
```ini
env = QT_QPA_PLATFORM,"wayland"
```
{{< /hint >}}
{{< /hint >}}
2 changes: 2 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2698aae

Please sign in to comment.