diff options
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index fd3776bb7..c344a7528 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -318,7 +318,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
318 | ## [Modifiers](feature_advanced_keycodes.md#modifier-keys) | 318 | ## [Modifiers](feature_advanced_keycodes.md#modifier-keys) |
319 | 319 | ||
320 | |Key |Aliases |Description | | 320 | |Key |Aliases |Description | |
321 | |----------|---------- |----------------------------------------------------| | 321 | |----------|----------------------|----------------------------------------------------| |
322 | |`KC_HYPR` | |Hold Left Control, Shift, Alt and GUI | | 322 | |`KC_HYPR` | |Hold Left Control, Shift, Alt and GUI | |
323 | |`KC_MEH` | |Hold Left Control, Shift and Alt | | 323 | |`KC_MEH` | |Hold Left Control, Shift and Alt | |
324 | |`LCTL(kc)`| |Hold Left Control and press `kc` | | 324 | |`LCTL(kc)`| |Hold Left Control and press `kc` | |
@@ -353,7 +353,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
353 | |`LCAG_T(kc)`| |Left Control, Alt and GUI when held, `kc` when tapped | | 353 | |`LCAG_T(kc)`| |Left Control, Alt and GUI when held, `kc` when tapped | |
354 | |`RCAG_T(kc)`| |Right Control, Alt and GUI when held, `kc` when tapped | | 354 | |`RCAG_T(kc)`| |Right Control, Alt and GUI when held, `kc` when tapped | |
355 | |`ALL_T(kc)` | |Left Control, Shift, Alt and GUI when held, `kc` when tapped - more info [here](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/)| | 355 | |`ALL_T(kc)` | |Left Control, Shift, Alt and GUI when held, `kc` when tapped - more info [here](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/)| |
356 | |`SCMD_T(kc)`|`SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped | | 356 | |`SGUI_T(kc)`|`SCMD_T(kc)`, `SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped | |
357 | |`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped | | 357 | |`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped | |
358 | 358 | ||
359 | ## [RGB Lighting](feature_rgblight.md) | 359 | ## [RGB Lighting](feature_rgblight.md) |