Open m1582006 opened 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.
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