From 20a53db063024e994841c9cb88469cc260141dfe Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 17 Apr 2026 11:59:29 +1000 Subject: [PATCH] doc: fix ClickPad scroll method description in scrolling.rst ClickPads support both two-finger scrolling and edge scrolling, not two-finger scrolling only. The code in evdev-mt-touchpad.c always includes LIBINPUT_CONFIG_SCROLL_EDGE in the supported methods and adds LIBINPUT_CONFIG_SCROLL_2FG if the touchpad supports 2+ touches. Co-authored-by: Claude Part-of: --- doc/user/scrolling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/scrolling.rst b/doc/user/scrolling.rst index ddc47b4a..328ebae0 100644 --- a/doc/user/scrolling.rst +++ b/doc/user/scrolling.rst @@ -12,7 +12,7 @@ one can be enabled at a time. As a general overview: - touchpad devices with physical buttons below the touchpad support edge and two-finger scrolling - touchpad devices without physical buttons (:ref:`ClickPads `) - support two-finger scrolling only + support two-finger scrolling and edge scrolling - pointing sticks provide on-button scrolling by default - mice and other pointing devices support on-button scrolling but it is not enabled by default