...
Since version 2.4.0 modifiers are used in the following way:
- allowed modifiers: wait-echo, wait-reply, enter, fail-on-error
- format: $(modifier_name yes/no)
- must always be at the end of a line
- multiple consecutive modifiers are allowed
- a single modifier can only be declared once
- are followed by <Enter> unless "$(enter no)" is used
...
Since version 2.4.0 actions are used in the following way:
- allowed actions: send, delay
- format: $(action_name value)
- send inputs a control sequence (it is not followed by <Enter> unless "$(enter yes)" is used)
- delay simply waits for a specified time (in ms)
- can be placed at any position in a line
...