From 2698aae1e97da09dd84c8962fee8b03c0c10eefb Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 23 Jan 2024 19:15:04 -0500 Subject: [PATCH] Document input:touchdevice:enabled and device:$touchdevice:enabled (#446) --- pages/Configuring/Keywords.md | 4 ++-- pages/Configuring/Variables.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Keywords.md b/pages/Configuring/Keywords.md index f26da3b..7d34e5d 100644 --- a/pages/Configuring/Keywords.md +++ b/pages/Configuring/Keywords.md @@ -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 >}} \ No newline at end of file +{{< /hint >}} diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 149f0c8..600ad9d 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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