-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applying the hs.mouse.trackingSpeed() setting #3744
Comments
FWIW, when I use Are you using an external mouse or the trackpad? If the trackpad, I'm not sure that the current code can do that -- it doesn't seem to on my M2 MacBook Pro running Sonoma 14.7.1 (suppose I need to upgrade at some point)... I can try and dig a little, but it will probably be this weekend or next week before I can. |
I should add, even with the mouse not attached, the trackpad setting doesn't change, so... assuming it's a limitation of the current code until I can look closer at how it's doing the work... |
Ok, I have identified that the trackpad uses a different property name ( |
Hi,
I want to set the mouse tracking speed according to my location. I added this script to my init.lua file loaded at start by Hammerspoon:
The value shown of hs.mouse.trackingSpeed() is changed by the location, but it does not affect the real value set in the system preferences. Is there a way to apply the setting ?
Thank you for your support,
Guillaume
MacBook Pro, M1 Pro, 2021, macOS Sequoia 15.2
The text was updated successfully, but these errors were encountered: