diff options
| author | Drashna Jael're <drashna@live.com> | 2018-03-09 09:37:41 -0800 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-09 13:15:10 -0500 |
| commit | 3f1d147529233ebcc918cd3e4c96a8d249c321ce (patch) | |
| tree | d07f21f3935acaa4f40d98e8ecdba311f9bc425a /docs/feature_macros.md | |
| parent | eba4b08a4a8734bb6c74602e317981a4542c634d (diff) | |
| download | qmk_firmware-3f1d147529233ebcc918cd3e4c96a8d249c321ce.tar.gz qmk_firmware-3f1d147529233ebcc918cd3e4c96a8d249c321ce.zip | |
Add SS_RALT for AltGR usage in macros
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 e77d7afea..006fa04bc 100644 --- a/docs/feature_macros.md +++ b/docs/feature_macros.md | |||
| @@ -97,6 +97,7 @@ There's also a couple of mod shortcuts you can use: | |||
| 97 | * `SS_LGUI(string)` | 97 | * `SS_LGUI(string)` |
| 98 | * `SS_LALT(string)` | 98 | * `SS_LALT(string)` |
| 99 | * `SS_LSFT(string)` | 99 | * `SS_LSFT(string)` |
| 100 | * `SS_RALT(string)` | ||
| 100 | 101 | ||
| 101 | These press the respective modifier, send the supplied string and then release the modifier. | 102 | These press the respective modifier, send the supplied string and then release the modifier. |
| 102 | They can be used like this: | 103 | They can be used like this: |
