8000 How to make thumbwheel scroll faster, on MX 3S? · PixlOne logiops · Discussion #519 · GitHub
[go: up one dir, main page]

Skip to content
Discussion options

You must be logged in to vote

Damn. Am I the only one who use high-res scroll wheel on a MX mouse? I thought I could get a reply from a user who is using the same thing. Any way, after a lot of trial I have found the working config. Hope it would be helpful to someone else in the future.

devices: ({
  name: "MX Master 3S";
  hiresscroll:
  {
      hires: true;
      invert: false;
      target: false;
  };
  thumbwheel: {
    divert: true;
    invert: false;
    left: {
        mode: "Axis";
        axis: "REL_HWHEEL";
        axis_multiplier: -2.0;
    };
    right: {
        mode: "Axis";
        axis: "REL_HWHEEL";
        axis_multiplier: +2.0;
    };
  };
});

For some reason, 3.0 did not work but 4.0 or 2.0 wor…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HubKing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
0