Open namndtth opened 1 year ago
For me, adding
thumbwheel: {
cid: 0x2150;
divert: true;
left: {
mode: "Axis";
axis: "REL_WHEEL";
interval: 10;
axis_multiplier: -1;
},
right: {
mode: "Axis";
axis: "REL_WHEEL";
axis_multiplier: 1;
}
in /etc/logid.cfg works
Hello everyone, As the title, I'm finding a way to make thumb wheel can scrolled vertically. Is there any solution for this ? Thanks in advanced.