aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_macros.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_macros.md')
-rw-r--r--docs/feature_macros.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_macros.md b/docs/feature_macros.md
index 1bd2d74e7..1c7705a51 100644
--- a/docs/feature_macros.md
+++ b/docs/feature_macros.md
@@ -161,11 +161,11 @@ There's also a couple of mod shortcuts you can use:
161 161
162* `SS_LCTL(string)` 162* `SS_LCTL(string)`
163* `SS_LSFT(string)` 163* `SS_LSFT(string)`
164* `SS_LALT(string)` 164* `SS_LALT(string)` or `SS_LOPT(string)`
165* `SS_LGUI(string)`, `SS_LCMD(string)` or `SS_LWIN(string)` 165* `SS_LGUI(string)`, `SS_LCMD(string)` or `SS_LWIN(string)`
166* `SS_RCTL(string)` 166* `SS_RCTL(string)`
167* `SS_RSFT(string)` 167* `SS_RSFT(string)`
168* `SS_RALT(string)` or `SS_ALGR(string)` 168* `SS_RALT(string)`, `SS_ROPT(string)` or `SS_ALGR(string)`
169* `SS_RGUI(string)`, `SS_RCMD(string)` or `SS_RWIN(string)` 169* `SS_RGUI(string)`, `SS_RCMD(string)` or `SS_RWIN(string)`
170 170
171These press the respective modifier, send the supplied string and then release the modifier. 171These press the respective modifier, send the supplied string and then release the modifier.