Overview

Click Directly at the Cursor Position

Press Enter in the mode#

In Element Mode, press Enter to run the post-action right below the current mouse position instead of typing a hint.

The post-action is whatever the entry command implied. Enter through command.moveCursorToElementAndLeftClick and Enter left clicks where you are.

Bind a click command#

For clicking in place repeatedly, bind a click command to a shortcut so it fires without opening the claw machine. See Choosing a Usage Style for the shortcut-driven style.

Combine with toggleDrag#

command.toggleDrag holds the mouse button down at the cursor position and releases it on a second trigger. A press-and-release pair at the same spot is a click, and holding across a move is a drag. That is the basis of Select Text by Simulating a Drag.

Next#