move_cursor_to_corner
Move the cursor to any of the four corners of a specified window or the active window.
Instructions
Move the cursor to one of a window's four corners. Confirmed: hl.dsp.cursor.move_to_corner({ corner, window? }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corner | Yes | 0-3, identifying which of the window's four corners to move to | |
| target | No | Window address or selector; omit for active window |