Explorar el Código

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

Enrico Berti hace 10 años
padre
commit
49b52d1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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
         });