francislavoie / gnome-shell-volume-scroller

GNOME Shell Extension for adjusting volume with a mouse wheel
https://extensions.gnome.org/extension/5904/volume-scroller/
GNU General Public License v2.0
6 stars 3 forks source link

Volume controls are inverted on touchpads with natural scrolling enabled! #7

Closed salihefee closed 3 months ago

salihefee commented 3 months ago

When natural scrolling is enabled in GNOME touchpad settings, scrolling up decreases the volume, and scrolling down increases the volume.

francislavoie commented 3 months ago

PRs welcome to fix this if you like. I don't plan on adding any new features myself, this is feature complete for my needs.

Either the trackpad scroll direction could be queried and considered (if that's an available API, no idea if it is) or simply another config option could be added to toggle the scroll direction.

francislavoie commented 3 months ago

Fixed in https://github.com/francislavoie/gnome-shell-volume-scroller/pull/9

I'll get this uploaded in the next couple hours.

salihefee commented 3 months ago

Thanks.