ther0n / UnnaturalScrollWheels

Invert scroll direction for physical scroll wheels while maintaining "Natural" scrolling for trackpads on MacOS
GNU General Public License v3.0
3.3k stars 71 forks source link

Disable inversion while holding [modifier key] #35

Open ParCarlsson opened 2 years ago

ParCarlsson commented 2 years ago

Thank you for the development of this (surprisingly) necessary tool.

I jump between trackpad and mouse frequently, and this tool has -almost- made the transition as smooth as it should always have been.

However, in the software I use about 8 hours a day, I need to zoom in and out using the scroll wheel, in combination with a modifier key. Would it be possible to disable the inversion while holding a key of your picking? In my case it is CMD, but I imagine it might be different in different softwares for other professional users.

I imagine this might be less intrusive to the complexity of the code than disabling it for specific programmes etc, as mentioned in another support/issue ticket? Fingers crossed - this would make this app indispensable from this user, and I imagine many others!

Thanks!

ther0n commented 2 years ago

This should be possible, I will look into it a bit more for a future release.