From 7ff96877d2a67fcfabbe2493e7c2a100f3b923da Mon Sep 17 00:00:00 2001 From: Gilbert Consellado Date: Sat, 18 Nov 2017 21:45:27 +0800 Subject: added SS_LSFT to featured 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 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: * `SS_LCTRL(string)` * `SS_LGUI(string)` * `SS_LALT(string)` +* `SS_LSFT(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