Bug 500762

Summary: Ability to bind extra mouse buttons to "scroll up" or "scroll down"
Product: [Applications] systemsettings Reporter: Ilya Rodin <i.a.rodin>
Component: kcm_mouseAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: duha.bugs, natalie_clarius, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ilya Rodin 2025-02-26 08:11:51 UTC
I have a Logitech Marble Mouse trackball (4-button), 
I would like to be able to assign the scrolling function to additional mouse/trackball buttons.
Before this feature was available in kde (Re-Bind Additional Mouse Buttons) , it was done via input-remapper
`
    "mapping": {
        "1,275,1": [
            "wheel(down, 10)",
            "mouse"
        ],
        "1,276,1": [
            "wheel(up, 10)",
            "mouse"
        ]
    }
}
`