cliclick
cliclick copied to clipboard
macOS CLI tool for emulating mouse and keyboard events
i'm using cliclick to send commands to a remote mac mini to control mpv. most everything i've tried works - sending next, previous, restart and play, restart and pause and...
I bought a new Mac. Now, any of my scripts that use Cliclick return this error: "The command terminated due to receipt of a signal." number 1009 If I try...
Add a command 's', enable to wait until time reach the giving UTC time to continue next action
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...
i can't figure out the code for backspace delete doesn't work fwd-delete doesn't work thanks
This adds actions for scrolling up and down by 1 line or 1 pixel. This is a very common mouse action, and among other things, this can be used to...
This adds commands to click, press down, release, and drag the center mouse button. This button is used to perform some actions in Minecraft, including "pick block" in creative mode.
This program implements mouse down, mouse up, and mouse move actions for dragging using the left mouse button, but none for dragging using the right mouse button. Adding these also...
because `CGWindowListCreateImage` is obsolete: ``` Actions/ColorPickerAction.m:86:35: error: 'CGWindowListCreateImage' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead. 86 | CGImageRef imageRef = CGWindowListCreateImage(imageRect, kCGWindowListOptionOnScreenOnly, kCGNullWindowID, kCGWindowImageDefault); | ^...