Bug 500762 - Ability to bind extra mouse buttons to "scroll up" or "scroll down"
Summary: Ability to bind extra mouse buttons to "scroll up" or "scroll down"
Status: CONFIRMED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_mouse (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-26 08:11 UTC by Ilya Rodin
Modified: 2025-10-29 20:37 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"
        ]
    }
}
`