aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mod_tap.md
diff options
context:
space:
mode:
authorRyan2025-06-22 04:33:53 +0200
committerGitHub2025-06-22 04:33:53 +0200
commit1ac255fd1ceda45d551817a80d7dc1a2c8986771 (patch)
treec56fbfdbab01ad7c77981a25c9fd05571ea1e9c3 /docs/mod_tap.md
parent664c0bc4c32d3f2c287f02ef4f786c32c0f51cb9 (diff)
[docs] Change GUI key references to "Meta" -> "Super" (#25394)
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) |