fix(touchpad): differentiate scroll speed between touchpad and mouse wheel

This commit is contained in:
Runze
2025-08-07 22:26:26 +08:00
parent f8d162d995
commit 86ddb61a3f
4 changed files with 41 additions and 0 deletions
@@ -282,6 +282,9 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
spacing: 10
popin: false
touchpadScrollFactor: 600
mouseScrollFactor: 200
property int lastResponseLength: 0
clip: true
@@ -137,6 +137,9 @@ Item {
anchors.fill: parent
spacing: 10
touchpadScrollFactor: 600
mouseScrollFactor: 200
property int lastResponseLength: 0
clip: true