middle_click
Perform a middle-click at a specified screen coordinate, with optional modifier keys like ctrl or shift+alt.
Instructions
Middle-click at a coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coordinate | Yes | [x, y] in the model coordinate space (scaled to the screen). | |
| text | No | Optional modifier key(s) to hold during the click, e.g. 'ctrl' or 'shift+alt'. |