Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Timeout

Triggers after given duration. Mostly used for debugging.

Example:


	{
		"type": "Timeout",
		"name": "Example Trigger",
		"options": {
			"duration": 5
		},
		"actions": [
		]
	}
	

Options:

duration

duration in seconds

Type: int

Default: 0