Drag
dragPress at a start point, move to an end point, and release to select text, reposition windows, or move files on macOS.
Instructions
Press at (x1,y1), move to (x2,y2), and release — a human-style drag (select text, move a window, drag a file). Requires admin mode AND MACCTL_ALLOW_INPUT=true, and the cliclick tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Start X (screen points). | |
| x2 | Yes | End X (screen points). | |
| y1 | Yes | Start Y (screen points). | |
| y2 | Yes | End Y (screen points). |