diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2020-04-12 20:37:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 11:37:55 -0700 |
commit | 370577e4ed1a714e818bf11cc870e4915f82e93b (patch) | |
tree | 86d7ebc5a59caaa2de0576279727ff8dda43c76b /docs/feature_macros.md | |
parent | 6e84247ec2289b66ecbe5ad51643344145587558 (diff) | |
download | qmk_firmware-370577e4ed1a714e818bf11cc870e4915f82e93b.tar.gz qmk_firmware-370577e4ed1a714e818bf11cc870e4915f82e93b.zip |
Add *OPT aliases for *ALT keycodes and macros (#8714)
Diffstat (limited to 'docs/feature_macros.md')
-rw-r--r-- | docs/feature_macros.md | 4 |
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 | ||
171 | These press the respective modifier, send the supplied string and then release the modifier. | 171 | These press the respective modifier, send the supplied string and then release the modifier. |