Skip to content

Commit 867e847

Browse files
committed
Tweak language
1 parent 60d4b6d commit 867e847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/macro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def macro_handler(dev, n, is_down):
4343

4444
### Automatic typing
4545

46-
Read a file in the keyboard's USB storage and type its content automatically.
46+
Use the following code to read a file in the keyboard's USB storage and type its content automatically:
4747

4848
```python
4949
def macro_handler(dev, n, is_down):
@@ -55,7 +55,7 @@ def macro_handler(dev, n, is_down):
5555

5656
### Repeated key strokes
5757

58-
Use a macro to trigger a repeated sequence of key presses until a new key is pressed.
58+
Use a macro to trigger a repeated sequence of key presses until a new key is pressed:
5959

6060
```python
6161
def macro_handler(dev, n, is_down):

0 commit comments

Comments
 (0)