mention nests in a hint

This commit is contained in:
vaxerski 2022-08-31 11:10:49 +02:00
parent e0ea3e95c0
commit f4032f7153
1 changed files with 17 additions and 0 deletions

View File

@ -149,6 +149,23 @@ _Subcategory `input:touchpad:`_
| middle_button_emulation | self-explanatory | bool | false |
| tap-to-click | self-explanatory | bool | true |
{{< hint type=important >}}
A subcategory is a nested category:
```
input {
# ...
# ...
touchpad {
# ...
# ...
}
}
```
Doing `input:touchpad {` is **invalid**!
{{< /hint >}}
### Per-device input config
Described [here](../Advanced-config#per-device-input-configs).