-
-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
Hi. I have a problem setting scroll speed on Debian 12, MX Master 2S, LogiOps v0.3.3 with REL_WHEEL_HI_RES axis, which previously worked on my Ubuntu install, I think it was LogiOps v0.2.4 there. Scroll down scrolls up instead of down. Here is my working Ubuntu config adjusted to v0.3.3(decimal axis_multiplier):
hiresscroll:
{
hires: true;
invert: false;
target: true;
up: {
mode: "Axis";
axis: "REL_WHEEL_HI_RES";
axis_multiplier: 2.0;
}
down: {
mode: "Axis";
axis: "REL_WHEEL_HI_RES";
axis_multiplier: -2.0;
}
};
I either need to set target: false and resign from adjusting scroll speed or use axis: "REL_WHEEL";. This offers worse precision in setting axis_multiplier where 1.8 is several lines and 1.9 is more than half page - it's not terrible though. Example of functioning config:
hiresscroll:
{
hires: true;
invert: false;
target: true;
up: {
mode: "Axis";
axis: "REL_WHEEL";
axis_multiplier: 1.8;
}
down: {
mode: "Axis";
axis: "REL_WHEEL";
axis_multiplier: -1.8;
}
}
Can you please suggest how to use REL_WHEEL_HI_RES in a way that wheel direction works correctly?
For now I've changed back to v0.2.4 and it works as before.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels