Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Pair with keyUp for chorded interactions that span multiple steps.

Parameters

ParameterTypeRequiredDescription
keystringYesKey name.
convertMetabooleanNoTranslate Meta to Control on non-mac platforms.
saveAsstringNoName of the variable to write this step’s return value to.
retriesnumberNoNumber of times to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.
commentstringNoFree-form annotation kept with the step.

Shorthand

Key name as a single string.
- keyDown: Shift

Examples

- keyDown:
    key: Shift+Control
- keyDown:
    key: Tab
    convertMeta: true