Giter Site home page Giter Site logo

Comments (10)

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

Hey petersf-libre, thank you for the suggestion, I also think that that would be an awesome feature to have. I added your request to the list of feature ideas for Version 1.0.

I've already looked into this and unfortunately it seems very hard to change the pointer speed programmatically.


Below are some of my thoughts/findings from looking into the topic. Might be useful of you want to look into it yourself.

I tried to change device parameters in the IORegistry. You can find the code I used for my experiments in "Mouse Fix Helper/PointerSpeed/PointerSpeed.m".

I figured out how to change acceleration (HIDMouseAcceleration) value programmatically. The problem is that I was not able to change sensitivity. While I was able to change a devices HIDPointerResolution value, which is also altered when you change sensitivity in SteerMouse, that did not have an effect on actual sensitivity, unfortunately.

I'm not sure if it makes sense to implement the ability to turn off pointer acceleration without giving the user the ability to change the pointer sensitivity as well. I'll have to look into this more, though.

If anybody knows how to change a devices pointer sensitivity programmatically, it would be super awesome if you let me know!

From what I understand, the "Tracking speed" slider in System Preferences only affects the acceleration value, as does the "defaults write .GlobalPreferences com.apple.mouse.scaling x" terminal command. There seems to be no "official" way of changing the sensitivity value at all, but weirdly, setting the acceleration value to a negative number using the terminal turns off acceleration and it increases sensitivity.

To maybe make some of the terminology clearer:
Sensitivity = pointer resolution → how fast your pointer moves when you move your mouse slowly
Acceleration = tracking speed → how fast your pointer moves when you move your mouse quickly

If you want to play around with the IORegistry I recommend you use IORegistryExplorer or IOJones.

from mac-mouse-fix.

khesed avatar khesed commented on August 26, 2024 6

In macOS Sonoma, this is built in.

image

from mac-mouse-fix.

mrockwood avatar mrockwood commented on August 26, 2024 5

Recently found this open source mac app that may provide some direction.

from mac-mouse-fix.

karlhorky avatar karlhorky commented on August 26, 2024 2

Came here from this Reddit comment, which asks for the same thing:

Is that hard to add disabling accelleration and precise cursor speed setting, no free alternatives for this. Many people searching for this who came from windows to mac

I would also love to have this feature of adjusting acceleration and sensitivity (tracking)! I've been looking for a SmoothMouse alternative since macOS Sierra was released (they discontinued development because Apple has deprecated “IOHID”).

Seems like CursorSense and SteerMouse are paid options (US $9.99 / $19.99) that implements this, although according to the SmoothMouse blog post linked above, it seems like this goes into the territory of tweaking / recreating the mouse driver:

SmoothMouse didn’t tweak the default driver of macOS like SteerMouse or USB Overdrive, it took its place instead

from mac-mouse-fix.

karlhorky avatar karlhorky commented on August 26, 2024 2

Not stale

from mac-mouse-fix.

karlhorky avatar karlhorky commented on August 26, 2024 1

Ah there's also a follow-up blog post from the SmoothMouse people that discusses efforts / alternatives, may offer some further clues for implementation options:

https://dae.me/blog/2243/macos-kernel-programming-bounty-to-revive-smoothmouse/

from mac-mouse-fix.

karlhorky avatar karlhorky commented on August 26, 2024 1

In macOS Sonoma, this is built in.

omg this feature was finally released 🤯 I thought macOS would never have it!

Starting with macOS Sonoma, no need for 3rd-party software like SteelSeries ExactMouse anymore!

Had to do some outreach about it:

@khesed thanks for the comment 🙌

from mac-mouse-fix.

github-actions avatar github-actions commented on August 26, 2024

Stale issue message

from mac-mouse-fix.

austiecodes avatar austiecodes commented on August 26, 2024

Just here to make some insignificant suggestions. Since SteerMouse and CursorSense are paid options, once this feature is implemented, it could also be made a paid option. I have already paid for this app, and I don't want it to be abandoned because the developer lacks income as a reward for developing this amazing app.

from mac-mouse-fix.

karlhorky avatar karlhorky commented on August 26, 2024

@noah-nuebling since it sounds like you weren't planning on having this feature any time soon anyway, would it make sense to now close this issue?

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.