PeterCxy / scroll-emulation

Middle button scrolling emulation for Wayland (tested on GNOME Wayland)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I modify it to use the middle click?

slottwo opened this issue · comments

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

commented

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

Thanks, that worked!