diff options
author | fauxpark <fauxpark@gmail.com> | 2019-05-25 03:05:29 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-25 09:10:52 -0700 |
commit | fe8c2209ca9172352cb46cc6cf7800e4998849ea (patch) | |
tree | 1181917890410b87e3398ef7663a39a8ba1f21ba /docs/keycodes.md | |
parent | 1a55d84224609c935a5a98d2e824c6773353162f (diff) | |
download | qmk_firmware-fe8c2209ca9172352cb46cc6cf7800e4998849ea.tar.gz qmk_firmware-fe8c2209ca9172352cb46cc6cf7800e4998849ea.zip |
Document MT keycode in keycodes.md
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index e9cfd3425..3ff87856e 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -344,23 +344,24 @@ This is a reference only. Each group of keys links to the page documenting their | |||
344 | 344 | ||
345 | ## [Mod-Tap Keys](feature_advanced_keycodes.md#mod-tap) | 345 | ## [Mod-Tap Keys](feature_advanced_keycodes.md#mod-tap) |
346 | 346 | ||
347 | |Key |Aliases |Description | | 347 | |Key |Aliases |Description | |
348 | |------------|-----------------------------------------------------------------|-------------------------------------------------------| | 348 | |-------------|-----------------------------------------------------------------|-------------------------------------------------------| |
349 | |`LCTL_T(kc)`|`CTL_T(kc)` |Left Control when held, `kc` when tapped | | 349 | |`MT(mod, kc)`| |`mod` when held, `kc` when tapped | |
350 | |`LSFT_T(kc)`|`SFT_T(kc)` |Left Shift when held, `kc` when tapped | | 350 | |`LCTL_T(kc)` |`CTL_T(kc)` |Left Control when held, `kc` when tapped | |
351 | |`LALT_T(kc)`|`ALT_T(kc)` |Left Alt when held, `kc` when tapped | | 351 | |`LSFT_T(kc)` |`SFT_T(kc)` |Left Shift when held, `kc` when tapped | |
352 | |`LGUI_T(kc)`|`LCMD_T(kc)`, `LWIN_T(kc)`, `GUI_T(kc)`, `CMD_T(kc)`, `WIN_T(kc)`|Left GUI when held, `kc` when tapped | | 352 | |`LALT_T(kc)` |`ALT_T(kc)` |Left Alt when held, `kc` when tapped | |
353 | |`RCTL_T(kc)`| |Right Control when held, `kc` when tapped | | 353 | |`LGUI_T(kc)` |`LCMD_T(kc)`, `LWIN_T(kc)`, `GUI_T(kc)`, `CMD_T(kc)`, `WIN_T(kc)`|Left GUI when held, `kc` when tapped | |
354 | |`RSFT_T(kc)`| |Right Shift when held, `kc` when tapped | | 354 | |`RCTL_T(kc)` | |Right Control when held, `kc` when tapped | |
355 | |`RALT_T(kc)`|`ALGR_T(kc)` |Right Alt when held, `kc` when tapped | | 355 | |`RSFT_T(kc)` | |Right Shift when held, `kc` when tapped | |
356 | |`RGUI_T(kc)`|`RCMD_T(kc)`, `RWIN_T(kc)` |Right GUI when held, `kc` when tapped | | 356 | |`RALT_T(kc)` |`ALGR_T(kc)` |Right Alt when held, `kc` when tapped | |
357 | |`SGUI_T(kc)`|`SCMD_T(kc)`, `SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped | | 357 | |`RGUI_T(kc)` |`RCMD_T(kc)`, `RWIN_T(kc)` |Right GUI when held, `kc` when tapped | |
358 | |`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped | | 358 | |`SGUI_T(kc)` |`SCMD_T(kc)`, `SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped | |
359 | |`LCAG_T(kc)`| |Left Control, Alt and GUI when held, `kc` when tapped | | 359 | |`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped | |
360 | |`RCAG_T(kc)`| |Right Control, Alt and GUI when held, `kc` when tapped | | 360 | |`LCAG_T(kc)` | |Left Control, Alt and GUI when held, `kc` when tapped | |
361 | |`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped | | 361 | |`RCAG_T(kc)` | |Right Control, Alt and GUI when held, `kc` when tapped | |
362 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped| | 362 | |`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped | |
363 | |`HYPR_T(kc)`|`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/)| | 363 | |`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped| |
364 | |`HYPR_T(kc)` |`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/)| | ||
364 | 365 | ||
365 | ## [RGB Lighting](feature_rgblight.md) | 366 | ## [RGB Lighting](feature_rgblight.md) |
366 | 367 | ||