Command Mode
After you start Cursor Claw, it enters Command Mode by default. In this mode, you can hold Space to enter Mouse Control Mode, or trigger specific actions by entering command sequences.
If you want to send a Space key event while staying in Command Mode, press \ .
If you want to type text, you can either enter Input Mode or exit Cursor Claw.
There are two ways to exit:
- Double press Esc to exit Command Mode.
- Or press Control + Esc to quit Cursor Claw.
Command Sequences
Section titled “Command Sequences”Command sequences are usually composed of letters and are case-sensitive. For example, if one command sequence is c c , entering c twice in a row will trigger it.
A command sequence cannot be the prefix of another command sequence, so once you finish a full sequence, its command will be triggered automatically.
Interacting with the System and Foreground Apps
Section titled “Interacting with the System and Foreground Apps”When you are not holding Command , Control , or Option , letter and number input is captured as command sequences. The system can still recognize other keys normally, so you can continue using shortcuts such as Command + C , as well as keys like arrows, Enter , and Tab .
Existing Commands
Section titled “Existing Commands”Command identifiers use the command.* or trigger.* format. You can customize their command sequences or keyboard shortcuts in Settings.
Commands
Section titled “Commands”| CommandIdentifier | Action |
|---|---|
command.revertCursorLocation | Revert cursor location |
command.moveCursorToElement | Move cursor to element |
command.moveCursorToElementAndLeftClick | Move cursor to element and left click |
command.moveCursorToElementAndDoubleLeftClick | Move cursor to element and double left click |
command.moveCursorToElementAndMiddleClick | Move cursor to element and middle click |
command.moveCursorToElementAndRightClick | Move cursor to element and right click |
command.toggleDrag | Toggle drag |
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.enterGridModeAndMoveCursor | Enter Grid Mode and move cursor |
command.moveAndFocusToWindow | Move and focus to window |
command.moveAndFocusToPreviousWindow | Move and focus to previous window |
command.enterTextMode | Enter text mode |
command.enterScrollMode | Enter scroll mode |
Key Triggers
Section titled “Key Triggers”| CommandIdentifier | Action |
|---|---|
trigger.up | Press Up Arrow |
trigger.down | Press Down Arrow |
trigger.left | Press Left Arrow |
trigger.right | Press Right Arrow |
trigger.leftClick | Left click |
trigger.rightClick | Right click |
trigger.middleClick | Middle click |
trigger.scrollDown | Scroll down |
trigger.scrollUp | Scroll up |
trigger.scrollTop | Scroll to top |
trigger.scrollBottom | Scroll to bottom |
trigger.zoomIn | Zoom in |
trigger.zoomOut | Zoom out |
trigger.rotateClockwise | Rotate clockwise |
trigger.rotateCounterClockwise | Rotate counter-clockwise |
trigger.smartZoom | Smart zoom |
trigger.forceClick | Force click |