You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Hmm, given how few ways people will probably want to use scroll events and how important getting the right feel for them is, I think this should probably be a couple of config options rather than binding discrete actions to a command.
e.g.
[options]
mouse_scroll_action = <pan|zoom>
mouse_scroll_speed = <floating point value controlling zoom/pan speed.>
mouse_scroll_reverse_y = <bool>
Does that seem reasonable, or is being able to bind scroll_down to executing a command really important? I think I'd prefer to have really smooth natural zooming/panning rather than binding scroll to discrete actions.
I'm currently using a very hacky patch to rebind the scroll wheel to move:
However this is not a good solution. I think the best would be to be able to rebind mouse events to different actions.
The text was updated successfully, but these errors were encountered: