summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-11-28 05:26:50 +0000
committerQMK Bot <hello@qmk.fm>2022-11-28 05:26:50 +0000
commit7e27e5e9c885ca985287c1b8cd9c22f4ca80f221 (patch)
tree12d57e1d000c7689180f3d71c23c6889dd16ce9c
parentaf703e6c0abba657747694b91f46a91a20264c65 (diff)
parent690eb4a4533940bd57646ba2021179840273eb0f (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/keycodes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 8613512221..f660c7f526 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -625,7 +625,7 @@ See also: [Modifier Keys](feature_advanced_keycodes.md#modifier-keys)
|`RCTL(kc)`| |Hold Right Control and press `kc` |
|`RSFT(kc)`| |Hold Right Shift and press `kc` |
|`RALT(kc)`|`ROPT(kc)`, `ALGR(kc)` |Hold Right Alt (AltGr) and press `kc` |
-|`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)` |Hold Right GUI and press `kc` |
+|`RGUI(kc)`|`RCMD(kc)`, `RWIN(kc)` |Hold Right GUI and press `kc` |
|`LSG(kc)` |`SGUI(kc)`, `SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and Left GUI and press `kc` |
|`LAG(kc)` | |Hold Left Alt and Left GUI and press `kc` |
|`RSG(kc)` | |Hold Right Shift and Right GUI and press `kc` |