Replies: 1 comment 3 replies
-
Hmm I don't think this is possible at the moment. Mac Mouse Fix Helper is registered with macOS's The only way I can think of right now to stop the Helper from running is to disable Mac Mouse Fix, aka tell launchd to deregister the Helper. Before macOS 13 Ventura I know that you could use the Here's how to deregister Mac Mouse Fix Helper from the command line:
But reregistering doesn't seem to be possible from my testing. A possible solution I could think if is to implement Apple Script support or support for a custom URL scheme that lets other apps tell the Mac Mouse Fix app to register or deregister the Helper. However this would require opening the Mac Mouse Fix app everytime you want to enable/disable the Helper. Maybe you could open it in the background and then quit immediately so it's not noticable? Might be possible to make this nice, but I'd have to look into it. Alternatively I could implement scripting to tell the Helper to stop intercepting any events from you mouse. App-specific settings are the next big feature I want to implement, but that might take a while and until them it might pretty useful to build basic scripting support for disabling or enabling Mac Mouse Fix. Either way, I appreciate your input. It would definitely be fun and cool to support scripting. Would it work for your usecase if you could simply open a url like |
Beta Was this translation helpful? Give feedback.
-
As an alternative to per-app disabling (which is not yet implemented), I'd like to use Keyboard Maestro to auto-kill/auto-launch
Mac Mouse Fix Helper
depending on which app is active. However, executing:killall Mac\ Mouse\ Fix\ Helper
doesn't work because the helper app just reopens immediately. How to stop it reopening?
(I don't want to have to enable/disable it from the menu bar icon every time.)
Beta Was this translation helpful? Give feedback.
All reactions