diff options
author | Gilbert Consellado <gilbertconsellado@gmail.com> | 2017-11-18 14:45:27 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-20 18:25:42 +0100 |
commit | 7ff96877d2a67fcfabbe2493e7c2a100f3b923da (patch) | |
tree | b20f7b394509f7c446ada95288c1c10c6acfe892 /docs | |
parent | c6cdd5422fb64e8854db9cbd3ba2ca2f3b7418e8 (diff) | |
download | qmk_firmware-7ff96877d2a67fcfabbe2493e7c2a100f3b923da.tar.gz qmk_firmware-7ff96877d2a67fcfabbe2493e7c2a100f3b923da.tar.xz |
added SS_LSFT to featured macros
Diffstat (limited to 'docs')
-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: * `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: |