From 3f1d147529233ebcc918cd3e4c96a8d249c321ce Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Fri, 9 Mar 2018 09:37:41 -0800 Subject: Add SS_RALT for AltGR usage in macros --- docs/feature_macros.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/feature_macros.md') 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: * `SS_LGUI(string)` * `SS_LALT(string)` * `SS_LSFT(string)` +* `SS_RALT(string)` These press the respective modifier, send the supplied string and then release the modifier. They can be used like this: -- cgit v1.2.3-24-g4f1b