فهرست منبع

HUE-3209 [editor] Faster touchpad speed when scrolling on result grid on linux

Enrico Berti 9 سال پیش
والد
کامیت
49b52d1
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

+ 4 - 0
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -3179,6 +3179,8 @@
           cursorborder: "1px solid #CCC",
           cursoropacitymin: 0,
           cursoropacitymax: 0.75,
+          scrollspeed: 100,
+          mousescrollstep: 60,
           cursorminheight: options.cursorminheight || 20,
           horizrailenabled: options.horizrailenabled || false
         });
@@ -3548,6 +3550,8 @@
           cursorborder: "1px solid #CCC",
           cursoropacitymin: 0,
           cursoropacitymax: 0.75,
+          scrollspeed: 100,
+          mousescrollstep: 60,
           cursorminheight: options.cursorminheight || 20,
           horizrailenabled: options.horizrailenabled || true
         });