-
-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
it works well in 0.2, but after upgrading to 0.3, the scrolling is always up, can not scroll down.
config file:
devices: (
{
name: "Wireless Mobile Mouse MX Anywhere 2S";
smartshift:
{
on: true;
threshold: 30;
};
hiresscroll:
{
hires: true;
invert: false;
target: true;
up: {
mode: "Axis";
axis: "REL_WHEEL_HI_RES";
axis_multiplier: 2;
};
down: {
mode: "Axis";
axis: "REL_WHEEL_HI_RES";
axis_multiplier: -2;
};
};
dpi: 1500;
buttons: (
{
cid: 0x5b;
action = { type: "Keypress"; keys: ["BTN_SIDE"]; };
},
{
cid: 0x5d;
action = { type: "Keypress"; keys: ["BTN_EXTRA"]; };
},
{
cid: 0x53;
action = { type: "Keypress"; keys: ["BTN_MIDDLE"]; };
}
);
}
);
lalten, p-hash and Sdghasemi
Metadata
Metadata
Assignees
Labels
No labels