diff options
| author | Amund Tenstad <github@amund.io> | 2024-11-17 16:05:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 15:05:57 +0000 |
| commit | 3a6df60ba5ed64a473003aeca85f4cfc0c01c193 (patch) | |
| tree | ce95c22c55f2ffb23a1cf648b92dc1a9658a2494 /docs/feature_advanced_keycodes.md | |
| parent | da34d652d40ea033b4173bafad6c164ecbd78971 (diff) | |
docs: fix RWIN alias (#24610)
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
| -rw-r--r-- | docs/feature_advanced_keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md index 7f5a10d1c1..18740044f4 100644 --- a/docs/feature_advanced_keycodes.md +++ b/docs/feature_advanced_keycodes.md | |||
| @@ -11,7 +11,7 @@ These allow you to combine a modifier with a keycode. When pressed, the keydown | |||
| 11 | |`RCTL(kc)`| |Hold Right Control and press `kc` | | 11 | |`RCTL(kc)`| |Hold Right Control and press `kc` | |
| 12 | |`RSFT(kc)`| |Hold Right Shift and press `kc` | | 12 | |`RSFT(kc)`| |Hold Right Shift and press `kc` | |
| 13 | |`RALT(kc)`|`ROPT(kc)`, `ALGR(kc)` |Hold Right Alt and press `kc` | | 13 | |`RALT(kc)`|`ROPT(kc)`, `ALGR(kc)` |Hold Right Alt and press `kc` | |
| 14 | |`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)` |Hold Right GUI and press `kc` | | 14 | |`RGUI(kc)`|`RCMD(kc)`, `RWIN(kc)` |Hold Right GUI and press `kc` | |
| 15 | |`LSG(kc)` |`SGUI(kc)`, `SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and GUI and press `kc` | | 15 | |`LSG(kc)` |`SGUI(kc)`, `SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and GUI and press `kc` | |
| 16 | |`LAG(kc)` | |Hold Left Alt and Left GUI and press `kc` | | 16 | |`LAG(kc)` | |Hold Left Alt and Left GUI and press `kc` | |
| 17 | |`RSG(kc)` | |Hold Right Shift and Right GUI and press `kc` | | 17 | |`RSG(kc)` | |Hold Right Shift and Right GUI and press `kc` | |
