diff --git a/doc/user/tapping.rst b/doc/user/tapping.rst index 5c02ca6e..14d273b4 100644 --- a/doc/user/tapping.rst +++ b/doc/user/tapping.rst @@ -34,6 +34,10 @@ Tapping is **enabled** by default on devices where tapping is the only method to trigger button clicks. This includes devices without physical buttons such as touch-capable graphics tablets. +.. note:: Unfortunately due to the current API design, devices that require + tapping effectively prevent us from changing this default. For details see + `this comment `_. + Tapping can be enabled/disabled on a per-device basis. See **libinput_device_config_tap_set_enabled()** for details.