-
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
Issue with cliclick kp: commands on MacBook Sonoma #177
Comments
Hi @Pory55. I faced that too.
|
Hello there. The same issue occurs.
|
Seeing this too, it is driving me crazy! |
@Pory55: do you experience the @stephen714: I don’t know what you are trying to accomplish, but maybe you should experiment with executing the commands within a single commands=$(printf 'kp:arrow-down%.0s ' {1..100})
cliclick -w 100 -m verbose $commands |
See comment #164 (comment) for a potential solution. |
To clarify my last comment: “potential solution” does not mean “fix it yourself”, but rather “I’d be interested to hear if the problem can be solved with the small change in above-mentioned comment”. |
Copy that! My bad; I think I got a bit excited. |
Hi,
I'm on MacBook Sonoma, and currently using cliclick version 5.1, installed via Homebrew. I've successfully implemented commands such as c:123,614, t:hello, and ku:cmd in scripts without any issues using Automator, Script Editor, or Terminal. However, I'm encountering a specific problem with kp: actions such as kp:volume-down, kp:arrow-up, kp:return or similar key press commands do not execute as expected. The script runs without errors, but no action occurs. I've checked command syntax and attempted various actions as listed in the documentation, but none of them for kp: seem to work. Any insights or suggestions on troubleshooting or resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: