Giter Site home page Giter Site logo

Comments (2)

noah-nuebling avatar noah-nuebling commented on August 26, 2024

Hi there marchein thanks for the feedback.
Unfortunately, I can't promise you that I'll be able to fix this issue in the near future.

However, there is a list of feature ideas for v2.0 here on GitHub and one important one is to let the user zoom by scrolling while holding down the command key, by sending artificial trackpad events to the UI. This should allow you to zoom with your mouse, whenever you can zoom by doing a pinch gesture on the trackpad. I don't know how easy this is to implement though. If anyone here on GitHub is interested in implementing this, you might want to check out this repo by calftrail who reverse-engineered macOS touch events.

If alt-scrolling to zoom in Photoshop works when scrolling on a trackpad, then it might also be possible to get alt-scrolling to zoom to work with Mac Mouse Fix's Smooth Scrolling by changing the parameters of the artificial scroll events that Mouse Fix sends to make them closer to the events that a real trackpad sends.
I've played around with this a little bit and got some interesting results by setting the value fields 'kCGScrollWheelEventScrollPhase' and 'kCGScrollWheelEventMomentumPhase' dynamically.

from mac-mouse-fix.

noah-nuebling avatar noah-nuebling commented on August 26, 2024

I just fixed this! :)
Will push an update in the next few days.

I simply disabled smooth scroll for all adobe apps, and it works great as far as I can tell. I made it work with Pixelmator, too, by adding some additional data to the artificial scroll events.

from mac-mouse-fix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.