scroll-emulation
scroll-emulation copied to clipboard
How can I modify it to use the middle click?
The middle mouse button still works, minus the scroll, so I would like to emulate using it instead of the right button.
Just remove the line libinput_device_config_scroll_set_button(device, 273);. It'll set default value which is middle button.
Thanks, that worked!