Skip to content

Commit

Permalink
updated HOLD command information
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed Dec 23, 2021
1 parent cc64af2 commit a2531bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions duckyscript_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,16 @@ Holds a key when you press it, and release only when you release it. This comman

Possible uses include push-to-talk voice chat, or WASD gamepad.

`HOLD` command must be followed by a single key, it can be a character or a special key.
You should only use `HOLD` command on its own, i.e. the script should only have a single line of `HOLD` command and nothing else.

`HOLD` command can be followed by up to 2 keys, they can be character or special keys.

```
HOLD w
```
```
HOLD SHIFT
```

You should only use `HOLD` command on its own, i.e. the script should only have a single line of `HOLD` command and nothing else.

This command is experimental, if you run into any bugs, [let me know](#questions-or-comments)!

### LOOP (experimental)
Expand Down
Binary file modified sample_profiles.zip
Binary file not shown.

0 comments on commit a2531bf

Please sign in to comment.