-
Notifications
You must be signed in to change notification settings - Fork 121
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
Logitech triple-click macro on macOS #138
Comments
The question is if the software – which I hadn’t heard of until reading your issue – is really able to launch an application, i.e. if it works with a “regular” application and only fails with a shell script. If that’s the case, I’d suggest packaging the shell script as an application bundle. You could do that by hand, but the easiest solution would be to use Platypus. (Which is also available via Homebrew, in case you got cliclick from Homebrew.) |
Platypus looks like a handy tool. I tested GHUB by launching Stocks.app, and it did work, so I think your theory is correct. However, the app created by Platypus appears to switch the OS context very briefly (even when Run In Background is checked), so there's nothing to be selected (triple clicked). Perhaps I could find a macOS CLI command for switching back to the previously opened window—like Cmd-Tab does—and invoke that within my shell script just before executing cliclick? Or maybe there's another approach to try... Hmmmm. Anyway, thank you for the advice! |
Greetings. I have a Logitech G703 Lightspeed mouse whose driver has a bug on macOS. That is, it's impossible to create macros such as a double-click or triple-click. I've tried everything, including complaining to Logitech support after every driver update for 16 months and counting. This bug does not exist on Windows. Argh.
Anyway, I thought I might try the Launch Application feature of Logitech's GHUB software by writing a shell script that executes a cliclick command for triple-clicking at the current mouse position:
This shell script does indeed work, but when I tell GHUB to launch this "application," it doesn't do anything.
Have you got any ideas here? Logitech sure doesn't... Their solution is to give me a refund rather than to fix the bug in their software.
Thank you!
The text was updated successfully, but these errors were encountered: