aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_advanced_keycodes.md4
-rw-r--r--docs/keycodes.md4
-rw-r--r--docs/keycodes_basic.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md
index bb5cb7419..e5f241f7f 100644
--- a/docs/feature_advanced_keycodes.md
+++ b/docs/feature_advanced_keycodes.md
@@ -68,7 +68,7 @@ These allow you to combine a modifier with a keycode. When pressed, the keydown
68|`LGUI(kc)`|`LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` | 68|`LGUI(kc)`|`LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` |
69|`RCTL(kc)`| |Hold Right Control and press `kc` | 69|`RCTL(kc)`| |Hold Right Control and press `kc` |
70|`RSFT(kc)`| |Hold Right Shift and press `kc` | 70|`RSFT(kc)`| |Hold Right Shift and press `kc` |
71|`RALT(kc)`| |Hold Right Alt and press `kc` | 71|`RALT(kc)`|`ALGR(kc)` |Hold Right Alt and press `kc` |
72|`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)`|Hold Right GUI and press `kc` | 72|`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)`|Hold Right GUI and press `kc` |
73|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| 73|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`|
74|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | 74|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` |
@@ -92,7 +92,7 @@ The modifiers this keycode and `OSM()` accept are prefixed with `MOD_`, not `KC_
92|`MOD_LGUI`|Left GUI (Windows/Command/Meta key) | 92|`MOD_LGUI`|Left GUI (Windows/Command/Meta key) |
93|`MOD_RCTL`|Right Control | 93|`MOD_RCTL`|Right Control |
94|`MOD_RSFT`|Right Shift | 94|`MOD_RSFT`|Right Shift |
95|`MOD_RALT`|Right Alt | 95|`MOD_RALT`|Right Alt (AltGr) |
96|`MOD_RGUI`|Right GUI (Windows/Command/Meta key) | 96|`MOD_RGUI`|Right GUI (Windows/Command/Meta key) |
97|`MOD_HYPR`|Hyper (Left Control, Shift, Alt and GUI)| 97|`MOD_HYPR`|Hyper (Left Control, Shift, Alt and GUI)|
98|`MOD_MEH` |Meh (Left Control, Shift, and Alt) | 98|`MOD_MEH` |Meh (Left Control, Shift, and Alt) |
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 75b01389c..d12a85aa1 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -177,7 +177,7 @@ This is a reference only. Each group of keys links to the page documenting their
177|`KC_LGUI` |`KC_LCMD`, `KC_LWIN`|Left GUI (Windows/Command/Meta key) | 177|`KC_LGUI` |`KC_LCMD`, `KC_LWIN`|Left GUI (Windows/Command/Meta key) |
178|`KC_RCTRL` |`KC_RCTL` |Right Control | 178|`KC_RCTRL` |`KC_RCTL` |Right Control |
179|`KC_RSHIFT` |`KC_RSFT` |Right Shift | 179|`KC_RSHIFT` |`KC_RSFT` |Right Shift |
180|`KC_RALT` | |Right Alt | 180|`KC_RALT` |`KC_ALGR` |Right Alt (AltGr) |
181|`KC_RGUI` |`KC_RCMD`, `KC_RWIN`|Right GUI (Windows/Command/Meta key) | 181|`KC_RGUI` |`KC_RCMD`, `KC_RWIN`|Right GUI (Windows/Command/Meta key) |
182|`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down | 182|`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down |
183|`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep | 183|`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep |
@@ -331,7 +331,7 @@ This is a reference only. Each group of keys links to the page documenting their
331|`LGUI(kc)`|`LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` | 331|`LGUI(kc)`|`LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` |
332|`RCTL(kc)`| |Hold Right Control and press `kc` | 332|`RCTL(kc)`| |Hold Right Control and press `kc` |
333|`RSFT(kc)`| |Hold Right Shift and press `kc` | 333|`RSFT(kc)`| |Hold Right Shift and press `kc` |
334|`RALT(kc)`| |Hold Right Alt and press `kc` | 334|`RALT(kc)`|`ALGR(kc)` |Hold Right Alt and press `kc` |
335|`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)`|Hold Right GUI and press `kc` | 335|`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)`|Hold Right GUI and press `kc` |
336|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| 336|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`|
337|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | 337|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` |
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md
index 9cc00f032..cba876d34 100644
--- a/docs/keycodes_basic.md
+++ b/docs/keycodes_basic.md
@@ -116,7 +116,7 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07
116|`KC_LGUI` |`KC_LCMD`, `KC_LWIN`|Left GUI (Windows/Command/Meta key) | 116|`KC_LGUI` |`KC_LCMD`, `KC_LWIN`|Left GUI (Windows/Command/Meta key) |
117|`KC_RCTRL` |`KC_RCTL` |Right Control | 117|`KC_RCTRL` |`KC_RCTL` |Right Control |
118|`KC_RSHIFT`|`KC_RSFT` |Right Shift | 118|`KC_RSHIFT`|`KC_RSFT` |Right Shift |
119|`KC_RALT` | |Right Alt | 119|`KC_RALT` |`KC_ALGR` |Right Alt (AltGr) |
120|`KC_RGUI` |`KC_RCMD`, `KC_RWIN`|Right GUI (Windows/Command/Meta key)| 120|`KC_RGUI` |`KC_RCMD`, `KC_RWIN`|Right GUI (Windows/Command/Meta key)|
121 121
122## International 122## International