Skip to content

Commit

Permalink
Merge pull request #3 from fieldju/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Macro.md in dynamic macro section.
  • Loading branch information
jackhumbert authored May 25, 2017
2 parents e90a00c + a9ef021 commit b003669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Add the following keys to your keymap:
- `DYN_REC_START2` — start recording the macro 2,
- `DYN_MACRO_PLAY1` — replay the macro 1,
- `DYN_MACRO_PLAY2` — replay the macro 2,
- `DYN_MACRO_STOP` — finish the currently recorded macro.
- `DYN_REC_STOP` — finish the macro that is currently being recorded.

Add the following code to the very beginning of your `process_record_user()` function:

Expand Down

0 comments on commit b003669

Please sign in to comment.