Skip to content

always scroll up with version 0.3 #370

@LeoDT

Description

@LeoDT

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"]; };
        }
    );
}
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions