add config option to use "normal" scroll behavior (#1782)

This commit is contained in:
end-4
2025-08-08 22:08:50 +07:00
parent 3157e99e04
commit d256d8fc35
3 changed files with 3 additions and 0 deletions
@@ -191,6 +191,7 @@ Singleton {
property JsonObject interactions: JsonObject {
property JsonObject scrolling: JsonObject {
property bool fasterTouchpadScroll: false // Enable faster scrolling with touchpad
property int mouseScrollDeltaThreshold: 120 // delta >= this then it gets detected as mouse scroll rather than touchpad
property int mouseScrollFactor: 120
property int touchpadScrollFactor: 450