Scrolling, via Mouse -> configure extra buttons

Hi, I have a Logitech Marble Mouse trackball (4-button), how can I assign the scrolling function to the two extra buttons? Before this feature was available in kde, it was done via input-remapper

    "mapping": {
        "1,275,1": [
            "wheel(down, 10)",
            "mouse"
        ],
        "1,276,1": [
            "wheel(up, 10)",
            "mouse"
        ]
    }
}

1 Like

in plasma 6 there are button configurations you can change under the mouse settings

in plasma 5 you need to rely on the input-remapper-gtk package.

[quote=“skyfishgoo, post:2, topic:30530”]
in plasma 6 there are button configurations you can change under the mouse settings
[/quote] - No, or at least I haven’t found how to implement scrolling on buttons. Now I have it implemented via pgUp/Down

[ButtonRebinds][Mouse]
ExtraButton1=Key,PgDown
ExtraButton2=Key,PgUp