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

Add reverse scrolling config option for pulseaudio module #1289

Merged
merged 2 commits into from
Dec 14, 2021

Conversation

aashu
Copy link
Contributor

@aashu aashu commented Oct 15, 2021

When natural scrolling is enabled, the behavior of scrolling on pulseaudio
module is reversed, i.e. scrolling up reduces the volume, which is not expected.
This commit reverses the direction of scroll variable if "reverse-scrolling" is set to 1 in the config file like below.
pulseaudio { "reverse-scrolling": 1 }
resolves #1220

When natural scrolling is enabled, the behaviour of scrolling on pulseaudio
module is reversed, this commit reverses the direction of scroll variable
if "reverse-scrolling" is set to 1 in config file.
@aashu
Copy link
Contributor Author

aashu commented Dec 14, 2021

Hello @Alexays, I understand you might be busy. But can you at least confirm if this pull request is useful or not? If it's not(meaning never going to be merged), maybe I will close it and add it on top of your future releases for my personal use.
Or please let me know if there are better solution to my problem. Thanks.

@Alexays
Copy link
Owner

Alexays commented Dec 14, 2021

Sorry for the delay 😢
Yes, LGTM and thanks for the feature!

@WhyNotHugo
Copy link
Contributor

Thanks for this! I've added a wiki setting for this entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow users to disable reverse scrolling in pulseaudio module
3 participants