Document wait5 and wait10 boot command keys.

This commit is contained in:
Brandon Liu 2013-07-02 10:44:49 -07:00
parent 471f33d02e
commit a5dba51d4f
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ will be replaced by the proper key:
* `<tab>` - Simulates pressing the tab key. * `<tab>` - Simulates pressing the tab key.
* `<wait>` - Adds a one second pause before sending any additional keys. This * `<wait>` `<wait5>` `<wait10>` - Adds a 1, 5 or 10 second pause before sending any additional keys. This
is useful if you have to generally wait for the UI to update before typing more. is useful if you have to generally wait for the UI to update before typing more.
In addition to the special keys, each command to type is treated as a In addition to the special keys, each command to type is treated as a

View File

@ -168,7 +168,7 @@ will be replaced by the proper key:
* `<tab>` - Simulates pressing the tab key. * `<tab>` - Simulates pressing the tab key.
* `<wait>` - Adds a one second pause before sending any additional keys. This * `<wait>` `<wait5>` `<wait10>` - Adds a 1, 5 or 10 second pause before sending any additional keys. This
is useful if you have to generally wait for the UI to update before typing more. is useful if you have to generally wait for the UI to update before typing more.
In addition to the special keys, each command to type is treated as a In addition to the special keys, each command to type is treated as a