- Perform command until set timeout duration.
- Will perform script command at least once.
- Has a 200ms delay between repeats.
Parameters
- x: The timeout duration in seconds.
- y: The line command.
Usage
- TIMEOUT x y
- TIMEOUT 10 1,2,3
- Will simulate pressing 1, 2 and 3 keys in sequence for 10 seconds.