ther0n / UnnaturalScrollWheels

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

Sketch zoom in direction is different than other software #7

Open m1582006 opened 3 years ago

m1582006 commented 3 years ago

For example,when i zoom in in photoshop,with the same action, it would be zoom out in sketch. will there be a good solution for it, thank you

ther0n commented 3 years ago

The app inverts all scroll wheel input events so depending on how apps interact with those scroll events they can behave differently. I'm not familiar with Sketch but my best guess as to why Sketch behaves differently is because it handles scroll wheel events differently than other apps.

The only fix I can think of would be to add a way to not intercept scroll wheel events depending on what the active application is. That's a lot of work and makes the app a lot more complicated than it currently is. I probably won't be adding functionality like that anytime soon, but I might at some point in the future.