computer_left_click
Perform a left mouse click at precise screen coordinates. Hold a modifier key (shift, ctrl, alt, super) if needed.
Instructions
Click the left mouse button at the given coordinates. Optionally hold a modifier key (shift, ctrl, alt, super) during the click. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| modifier | No | Optional modifier key to hold during click (shift, ctrl, alt, super) |