diff options
Diffstat (limited to 'docs/feature_macros.md')
-rw-r--r-- | docs/feature_macros.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_macros.md b/docs/feature_macros.md index 84b81303d..92afe68c2 100644 --- a/docs/feature_macros.md +++ b/docs/feature_macros.md | |||
@@ -96,6 +96,7 @@ There's also a couple of mod shortcuts you can use: | |||
96 | * `SS_LCTRL(string)` | 96 | * `SS_LCTRL(string)` |
97 | * `SS_LGUI(string)` | 97 | * `SS_LGUI(string)` |
98 | * `SS_LALT(string)` | 98 | * `SS_LALT(string)` |
99 | * `SS_LSFT(string)` | ||
99 | 100 | ||
100 | These press the respective modifier, send the supplied string and then release the modifier. | 101 | These press the respective modifier, send the supplied string and then release the modifier. |
101 | They can be used like this: | 102 | They can be used like this: |