remove nonsensical negative waits.
This commit is contained in:
parent
9a8acbbcab
commit
84894ca459
|
@ -36,8 +36,8 @@ command, they will be replaced by the proper key:
|
||||||
for the UI to update before typing more.
|
for the UI to update before typing more.
|
||||||
|
|
||||||
- `<waitXX>` - Add an arbitrary pause before sending any additional keys. The
|
- `<waitXX>` - Add an arbitrary pause before sending any additional keys. The
|
||||||
format of `XX` is a possibly signed sequence of decimal numbers, each with
|
format of `XX` is a sequence of positive decimal numbers, each with
|
||||||
optional fraction and a unit suffix, such as `300ms`, `-1.5h` or `2h45m`.
|
optional fraction and a unit suffix, such as `300ms`, `1.5h` or `2h45m`.
|
||||||
Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example
|
Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example
|
||||||
`<wait10m>` or `<wait1m20s>`
|
`<wait10m>` or `<wait1m20s>`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue