Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/scripting/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ STRING Hello World!
| `# This is a comment` | Comment something. |
| `DEFAULTDELAY 200` | Set the default delay between each line to 200 milliseconds. |
| `DELAY 2000` | Wait 2 seconds. |
| `GUI R` | Press the Windows key and the R key simultaneously to open the run window. |
| `GUI R` | Press the Windows key and the R key simultaneously to open the run window. The word GUI represents the Super key—that is, the key with the Windows logo.|
| `STRING notepad` | Type "notepad". |
| `ENTER` | Press enter key to launch the Windows Notepad application. |
| `STRING Hello World!` | Type "Hello World!" into the newly opened notepad window. |