aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mod_tap.md
diff options
context:
space:
mode:
authorQMK Bot2025-06-22 04:34:26 +0200
committerQMK Bot2025-06-22 04:34:26 +0200
commit584e3907032e63e0b31e37e8281098b64742b05b (patch)
tree9ff05ef621d92e6e962927a1e6d19f620c1fe4c6 /docs/mod_tap.md
parent2c152c3425c14ac2017ce759ac9cbc70384d5635 (diff)
parent1ac255fd1ceda45d551817a80d7dc1a2c8986771 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/mod_tap.md')
-rw-r--r--docs/mod_tap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mod_tap.md b/docs/mod_tap.md
index da2ecc9a85..8b420d30b6 100644
--- a/docs/mod_tap.md
+++ b/docs/mod_tap.md
@@ -9,11 +9,11 @@ The modifiers (`mod`) argument to the `MT()` macro are prefixed with `MOD_`, not
|`MOD_LCTL`|Left Control |
|`MOD_LSFT`|Left Shift |
|`MOD_LALT`|Left Alt |
-|`MOD_LGUI`|Left GUI (Windows/Command/Meta key) |
+|`MOD_LGUI`|Left GUI (Windows/Command/Super key) |
|`MOD_RCTL`|Right Control |
|`MOD_RSFT`|Right Shift |
|`MOD_RALT`|Right Alt (AltGr) |
-|`MOD_RGUI`|Right GUI (Windows/Command/Meta key) |
+|`MOD_RGUI`|Right GUI (Windows/Command/Super key) |
|`MOD_HYPR`|Hyper (Left Control, Shift, Alt and GUI)|
|`MOD_MEH` |Meh (Left Control, Shift, and Alt) |