Overview

Command Reference

Shortcuts work even when the claw machine is not running, which is the basis of the shortcut-driven style in Choosing a Usage Style.

Cursor and elements#

Identifier Action
command.revertCursorLocation Revert cursor location
command.moveCursorToElement Move cursor to element
command.moveCursorToElementAndLeftClick Move to element and left click
command.moveCursorToElementAndDoubleLeftClick Move to element and double left click
command.moveCursorToElementAndMiddleClick Move to element and middle click
command.moveCursorToElementAndRightClick Move to element and right click
command.dragCursorToElement Drag from the cursor to an element

See Element Mode.

Text targets#

Identifier Action
command.moveCursorToText Move cursor to text
command.moveCursorToTextAndLeftClick Move to text and left click
command.moveCursorToTextAndRightClick Move to text and right click
command.dragCursorToText Drag from the cursor to text

See Find Mode.

Dragging#

Identifier Action
command.toggleDrag Hold or release the mouse button

Used in Select Text by Simulating a Drag.

Grid#

Identifier Action
command.enterGridModeAndMoveCursor Enter Grid Mode and move the cursor
command.enterGridModeAndLeftClick Enter Grid Mode and left click
command.enterGridModeAndDoubleLeftClick Enter Grid Mode and double left click
command.enterGridModeAndMiddleClick Enter Grid Mode and middle click
command.enterGridModeAndRightClick Enter Grid Mode and right click
command.enterGridModeAndDragCursor Enter Grid Mode and drag from the cursor

See Grid Mode.

Windows#

Identifier Action
command.moveAndFocusToWindow Move and focus to a window
command.moveAndFocusToPreviousWindow Move and focus to the previous window
command.enterAdjustMode Enter Adjust Mode

See Window Mode and Adjust Mode.

Scrolling#

Identifier Action
command.enterScrollMode Enter Scroll Mode
trigger.scrollDown Scroll down
trigger.scrollUp Scroll up
trigger.scrollLeft Scroll left
trigger.scrollRight Scroll right
trigger.scrollTop Scroll to top
trigger.scrollBottom Scroll to bottom

See Scroll Mode.

Text input#

Identifier Action
command.enterTextMode Enter Input Mode
command.enterRawInputMode Enter Raw Input Mode

See Input Mode.

Inspection#

Identifier Default sequence Action
command.enterElementMenuModeForFocusedWindow XW Element Menu Mode for the focused window
command.enterElementMenuModeForElementBelowCursor XE Element Menu Mode for the element below the cursor

See Element Menu Mode and Element Burst Mode.

Scripts#

Every script you add appears in Settings → Scripts and takes a sequence or shortcut like any built-in command. Sequences use English letters only, and no sequence may be the prefix of another. See Using Scripts.

Next#

Updated