From f4032f7153272938f37bbe8fb921e59f2cbfc0fb Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:10:49 +0200 Subject: [PATCH] mention nests in a hint --- pages/Configuring/Basic-Config.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pages/Configuring/Basic-Config.md b/pages/Configuring/Basic-Config.md index df95de1..344447b 100644 --- a/pages/Configuring/Basic-Config.md +++ b/pages/Configuring/Basic-Config.md @@ -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).