The following macro/waymark commands have been added:
- “st % [timername],[delay]” — A timer will be created with a value of current time + delay. Delay should be in milliseconds, so if you want to create a two-second timer, you would use st % twosecondtimer,2000. This command is meant to be used in conjunction with the “ct %” command below.
- “ct % [timername]” — If the timer “timername” has expired, the rest of the keys will process. The inverse is possible with "!ct." Example:
- keys=ct % timer|st % timer,2000|dbg % this message will show every two seconds
These changes require updating Speeder to version 97.