diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-20 02:14:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-20 02:14:49 +0000 |
commit | fc749b40e65b07c05df03d4401c5d74fe86109a1 (patch) | |
tree | d651a1aa491ab8d865b368fafaccdc7fba000f1e /docs/keycodes.md | |
parent | 76e856d05264e910978243780bf3887da1097515 (diff) | |
parent | c835d2e71dbc871483fdd62a31fc49a12e326170 (diff) | |
download | qmk_firmware-fc749b40e65b07c05df03d4401c5d74fe86109a1.tar.gz qmk_firmware-fc749b40e65b07c05df03d4401c5d74fe86109a1.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 48 |
1 files changed, 27 insertions, 21 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index f3c519b13..1e9f34774 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -381,26 +381,29 @@ See also: [Mouse Keys](feature_mouse_keys.md) | |||
381 | 381 | ||
382 | See also: [Modifier Keys](feature_advanced_keycodes.md#modifier-keys) | 382 | See also: [Modifier Keys](feature_advanced_keycodes.md#modifier-keys) |
383 | 383 | ||
384 | |Key |Aliases |Description | | 384 | |Key |Aliases |Description | |
385 | |----------|-------------------------------|------------------------------------------------------| | 385 | |----------|----------------------------------|------------------------------------------------------| |
386 | |`LCTL(kc)`|`C(kc)` |Hold Left Control and press `kc` | | 386 | |`LCTL(kc)`|`C(kc)` |Hold Left Control and press `kc` | |
387 | |`LSFT(kc)`|`S(kc)` |Hold Left Shift and press `kc` | | 387 | |`LSFT(kc)`|`S(kc)` |Hold Left Shift and press `kc` | |
388 | |`LALT(kc)`|`A(kc)`, `LOPT(kc)` |Hold Left Alt and press `kc` | | 388 | |`LALT(kc)`|`A(kc)`, `LOPT(kc)` |Hold Left Alt and press `kc` | |
389 | |`LGUI(kc)`|`G(kc)`, `LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` | | 389 | |`LGUI(kc)`|`G(kc)`, `LCMD(kc)`, `LWIN(kc)` |Hold Left GUI and press `kc` | |
390 | |`RCTL(kc)`| |Hold Right Control and press `kc` | | 390 | |`RCTL(kc)`| |Hold Right Control and press `kc` | |
391 | |`RSFT(kc)`| |Hold Right Shift and press `kc` | | 391 | |`RSFT(kc)`| |Hold Right Shift and press `kc` | |
392 | |`RALT(kc)`|`ROPT(kc)`, `ALGR(kc)` |Hold Right Alt (AltGr) and press `kc` | | 392 | |`RALT(kc)`|`ROPT(kc)`, `ALGR(kc)` |Hold Right Alt (AltGr) and press `kc` | |
393 | |`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)` |Hold Right GUI and press `kc` | | 393 | |`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)` |Hold Right GUI and press `kc` | |
394 | |`SGUI(kc)`|`SCMD(kc)`, `SWIN(kc)` |Hold Left Shift and GUI and press `kc` | | 394 | |`LSG(kc)` |`SGUI(kc)`, `SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and Left GUI and press `kc` | |
395 | |`LCA(kc)` | |Hold Left Control and Alt and press `kc` | | 395 | |`LAG(kc)` | |Hold Left Alt and Left GUI and press `kc` | |
396 | |`LSA(kc)` | |Hold Left Shift and Left Alt and press `kc` | | 396 | |`RSG(kc)` | |Hold Right Shift and Right GUI and press `kc` | |
397 | |`RSA(kc)` |`SAGR(kc)` |Hold Right Shift and Right Alt (AltGr) and press `kc` | | 397 | |`RAG(kc)` | |Hold Right Alt and Right GUI and press `kc` | |
398 | |`RCS(kc)` | |Hold Right Control and Right Shift and press `kc` | | 398 | |`LCA(kc)` | |Hold Left Control and Alt and press `kc` | |
399 | |`LCAG(kc)`| |Hold Left Control, Alt and GUI and press `kc` | | 399 | |`LSA(kc)` | |Hold Left Shift and Left Alt and press `kc` | |
400 | |`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | | 400 | |`RSA(kc)` |`SAGR(kc)` |Hold Right Shift and Right Alt (AltGr) and press `kc` | |
401 | |`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc` | | 401 | |`RCS(kc)` | |Hold Right Control and Right Shift and press `kc` | |
402 | |`KC_MEH` | |Left Control, Shift and Alt | | 402 | |`LCAG(kc)`| |Hold Left Control, Alt and GUI and press `kc` | |
403 | |`KC_HYPR` | |Left Control, Shift, Alt and GUI | | 403 | |`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | |
404 | |`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc` | | ||
405 | |`KC_MEH` | |Left Control, Shift and Alt | | ||
406 | |`KC_HYPR` | |Left Control, Shift, Alt and GUI | | ||
404 | 407 | ||
405 | ## Mod-Tap Keys :id=mod-tap-keys | 408 | ## Mod-Tap Keys :id=mod-tap-keys |
406 | 409 | ||
@@ -417,7 +420,10 @@ See also: [Mod-Tap](mod_tap.md) | |||
417 | |`RSFT_T(kc)` | |Right Shift when held, `kc` when tapped | | 420 | |`RSFT_T(kc)` | |Right Shift when held, `kc` when tapped | |
418 | |`RALT_T(kc)` |`ROPT_T(kc)`, `ALGR_T(kc)` |Right Alt (AltGr) when held, `kc` when tapped | | 421 | |`RALT_T(kc)` |`ROPT_T(kc)`, `ALGR_T(kc)` |Right Alt (AltGr) when held, `kc` when tapped | |
419 | |`RGUI_T(kc)` |`RCMD_T(kc)`, `RWIN_T(kc)` |Right GUI when held, `kc` when tapped | | 422 | |`RGUI_T(kc)` |`RCMD_T(kc)`, `RWIN_T(kc)` |Right GUI when held, `kc` when tapped | |
420 | |`SGUI_T(kc)` |`SCMD_T(kc)`, `SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped | | 423 | |`LSG_T(kc)` |`SGUI_T(kc)`, `SCMD_T(kc)`, `SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped | |
424 | |`LAG_T(kc)` | |Left Alt and GUI when held, `kc` when tapped | | ||
425 | |`RSG_T(kc)` | |Right Shift and GUI when held, `kc` when tapped | | ||
426 | |`RAG_T(kc)` | |Right Alt and GUI when held, `kc` when tapped | | ||
421 | |`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped | | 427 | |`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped | |
422 | |`LSA_T(kc)` | |Left Shift and Left Alt when held, `kc` when tapped | | 428 | |`LSA_T(kc)` | |Left Shift and Left Alt when held, `kc` when tapped | |
423 | |`RSA_T(kc)` |`SAGR_T(kc)` |Right Shift and Right Alt (AltGr) when held, `kc` when tapped | | 429 | |`RSA_T(kc)` |`SAGR_T(kc)` |Right Shift and Right Alt (AltGr) when held, `kc` when tapped | |