Skip to content

Commit 60d4b6d

Browse files
committed
Tweak headings
1 parent c124090 commit 60d4b6d

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
@@ -29,7 +29,7 @@ keyboard.run()
2929

3030
## Examples
3131

32-
### Use a macro to launch the Calculator on Windows
32+
### Use a macro to launch the Calculator application on Windows
3333

3434
Replace the function `macro_handler` with the following code to launch the Calculator with a single keystroke:
3535

@@ -53,7 +53,7 @@ def macro_handler(dev, n, is_down):
5353
dev.send_text(line)
5454
```
5555

56-
### Repeated typing
56+
### Repeated key strokes
5757

5858
Use a macro to trigger a repeated sequence of key presses until a new key is pressed.
5959

0 commit comments

Comments
 (0)