diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-14 06:40:49 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-14 06:40:49 +0800 |
| commit | 315354cacc7f15e3b0805c3b1a3e7ca6d24feea2 (patch) | |
| tree | 0926ce2d9b5a095ed3ce5d2538cbfb2c3387d848 /input.lua | |
| parent | 63c7df65f7f4a64f482513b8e157cde8e5aacb37 (diff) | |
chore: remove outdated comment about scroll_factor
Diffstat (limited to 'input.lua')
| -rw-r--r-- | input.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ hl.gesture({ hl.device({ name = "elan07c8:00-04f3:3298-touchpad", sensitivity = -0.2, - scroll_factor = 0, + -- 注:旧配置里的 scroll_factor = 0 会使双指滚动失效(0 倍率),已移除,改用全局 input.touchpad.scroll_factor = 0.5 accel_profile = "flat", clickfinger_behavior = true, }) |
