diff options
-rw-r--r-- | Macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ Add the following keys to your keymap: | |||
173 | - `DYN_REC_START2` — start recording the macro 2, | 173 | - `DYN_REC_START2` — start recording the macro 2, |
174 | - `DYN_MACRO_PLAY1` — replay the macro 1, | 174 | - `DYN_MACRO_PLAY1` — replay the macro 1, |
175 | - `DYN_MACRO_PLAY2` — replay the macro 2, | 175 | - `DYN_MACRO_PLAY2` — replay the macro 2, |
176 | - `DYN_MACRO_STOP` — finish the currently recorded macro. | 176 | - `DYN_REC_STOP` — finish the macro that is currently being recorded. |
177 | 177 | ||
178 | Add the following code to the very beginning of your `process_record_user()` function: | 178 | Add the following code to the very beginning of your `process_record_user()` function: |
179 | 179 | ||