From f3347980f311bfeb650c679cf4f048d5b1db608f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 14 Aug 2026 06:42:51 +0800 Subject: fix(input): enable natural scrolling on touchpad --- input.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.lua') diff --git a/input.lua b/input.lua index 504458b..2889114 100644 --- a/input.lua +++ b/input.lua @@ -16,7 +16,7 @@ hl.config({ scroll_method = "2fg", touchpad = { - natural_scroll = false, + natural_scroll = true, -- 自然滚动:双指上滑 = 页面向下翻(内容跟随手指) scroll_factor = 0.5, clickfinger_behavior = true, drag_lock = 0, -- cgit