scroll-emulation icon indicating copy to clipboard operation
scroll-emulation copied to clipboard

How can I modify it to use the middle click?

Open slottwo opened this issue 5 years ago • 2 comments

The middle mouse button still works, minus the scroll, so I would like to emulate using it instead of the right button.

slottwo avatar Aug 28 '20 14:08 slottwo

Just remove the line libinput_device_config_scroll_set_button(device, 273);. It'll set default value which is middle button.

SelfRef avatar Feb 22 '22 11:02 SelfRef

Thanks, that worked!

slottwo avatar Mar 10 '22 13:03 slottwo