summaryrefslogtreecommitdiff
path: root/Key-Functions.md
diff options
context:
space:
mode:
authorErez Zukerman2017-03-30 09:14:22 +0300
committerErez Zukerman2017-03-30 09:14:22 +0300
commit923d32a0eff175fac8d67574456ad9e1bd2941eb (patch)
treed00d884065611a17d97f293b1200118d3ae6cd46 /Key-Functions.md
parent258e2afbbfc69573eb59af636ac74501d67abed3 (diff)
Updated Key Functions (markdown)
Diffstat (limited to 'Key-Functions.md')
-rw-r--r--Key-Functions.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Key-Functions.md b/Key-Functions.md
index a5db223cc..6779982c3 100644
--- a/Key-Functions.md
+++ b/Key-Functions.md
@@ -87,6 +87,7 @@ We've added shortcuts to make common modifier/tap (mod-tap) mappings more compac
* `CTL_T(kc)` - is LCTL when held and *kc* when tapped
* `SFT_T(kc)` - is LSFT when held and *kc* when tapped
* `ALT_T(kc)` - is LALT when held and *kc* when tapped
+ * `ALGR_T(kc)` - is AltGr when held and *kc* when tapped
* `GUI_T(kc)` - is LGUI when held and *kc* when tapped
* `ALL_T(kc)` - is Hyper (all mods) when held and *kc* when tapped. To read more about what you can do with a Hyper key, see [this blog post by Brett Terpstra](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/)
* `LCAG_T(kc)` - is CtrlAltGui when held and *kc* when tapped