summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgshmu <mhohai@aim.com>2022-11-28 13:25:56 +0800
committerGitHub <noreply@github.com>2022-11-28 05:25:56 +0000
commit690eb4a4533940bd57646ba2021179840273eb0f (patch)
tree6e7b07574941494254df7ef86c80b61cb011007b /docs
parent5a3770d363a657b73c644bc70d4586c0d142f372 (diff)
Fix RWIN typo within keycode list (#19155)
fix typo
Diffstat (limited to 'docs')
-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` |