Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vswipe] natural scrolling #941

Closed
travankor opened this issue Dec 16, 2020 · 5 comments
Closed

[vswipe] natural scrolling #941

travankor opened this issue Dec 16, 2020 · 5 comments
Milestone

Comments

@travankor
Copy link
Contributor

Add an option to vswipe that inverts the direction of swipe relative to the workspace changed. This is similar to libinput's natural scrolling option.

@ammen99
Copy link
Member

ammen99 commented Dec 16, 2020

Should we simply follow the option from core?

@travankor
Copy link
Contributor Author

That's probably better.

@ammen99 ammen99 added this to the 0.9 milestone Jan 31, 2021
@ghost
Copy link

ghost commented Mar 22, 2021

Without opening a new issue, since it is related: could the mouse have natural scroll like the touchpad?

@ammen99
Copy link
Member

ammen99 commented Mar 22, 2021

Without opening a new issue, since it is related: could the mouse have natural scroll like the touchpad?

Yeah, should be possible. In fact, we already have a mouse_scroll_speed which is used to multiply the scroll delta. If we were to allow negative values, you'd be able to 'flip' it around to behave in any way you want.

@ammen99
Copy link
Member

ammen99 commented Mar 8, 2024

Vswipe now supports negative speed factors so you can invert the swipe direction easily: #2153

@ammen99 ammen99 closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants