aboutsummaryrefslogtreecommitdiff
path: root/docs/keycodes.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-01-26 08:12:48 +1100
committerDrashna Jaelre <drashna@live.com>2019-01-25 13:12:48 -0800
commit79b58937f41413f52ffc7b6af2149dca7a632b73 (patch)
tree1808ded566f1f941158687db657c114a2346105b /docs/keycodes.md
parent2f009d7461a486cfa7307ef0cecd67d1abe570b3 (diff)
downloadqmk_firmware-79b58937f41413f52ffc7b6af2149dca7a632b73.tar.gz
qmk_firmware-79b58937f41413f52ffc7b6af2149dca7a632b73.zip
Add C(), A() and G() to match already existing S() (#4673)
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md48
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 7fd772091..91578414d 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -319,43 +319,43 @@ This is a reference only. Each group of keys links to the page documenting their
319 319
320## [Modifiers](feature_advanced_keycodes.md#modifier-keys) 320## [Modifiers](feature_advanced_keycodes.md#modifier-keys)
321 321
322|Key |Aliases |Description | 322|Key |Aliases |Description |
323|----------|----------------------|----------------------------------------------------| 323|----------|-------------------------------|----------------------------------------------------|
324|`KC_HYPR` | |Hold Left Control, Shift, Alt and GUI | 324|`LCTL(kc)`|`C(kc)` |Hold Left Control and press `kc` |
325|`KC_MEH` | |Hold Left Control, Shift and Alt | 325|`LSFT(kc)`|`S(kc)` |Hold Left Shift and press `kc` |
326|`LCTL(kc)`| |Hold Left Control and press `kc` | 326|`LALT(kc)`|`A(kc)` |Hold Left Alt and press `kc` |
327|`LSFT(kc)`|`S(kc)` |Hold Left Shift and press `kc` | 327|`LGUI(kc)`|`G(kc)`, `LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` |
328|`LALT(kc)`| |Hold Left Alt and press `kc` | 328|`RCTL(kc)`| |Hold Right Control and press `kc` |
329|`LGUI(kc)`|`LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` | 329|`RSFT(kc)`| |Hold Right Shift and press `kc` |
330|`RCTL(kc)`| |Hold Right Control and press `kc` | 330|`RALT(kc)`|`ALGR(kc)` |Hold Right Alt and press `kc` |
331|`RSFT(kc)`| |Hold Right Shift and press `kc` | 331|`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)` |Hold Right GUI and press `kc` |
332|`RALT(kc)`|`ALGR(kc)` |Hold Right Alt and press `kc` | 332|`SGUI(kc)`|`SCMD(kc)`, `SWIN(kc)` |Hold Left Shift and GUI and press `kc` |
333|`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)`|Hold Right GUI and press `kc` | 333|`LCA(kc)` | |Hold Left Control and Alt and press `kc` |
334|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| 334|`LCAG(kc)`| |Hold Left Control, Alt and GUI and press `kc` |
335|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | 335|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` |
336|`LCAG(kc)`| |Hold Left Control, Alt and GUI and press `kc` | 336|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`|
337|`SGUI(kc)`|`SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and GUI and press `kc` | 337|`KC_MEH` | |Left Control, Shift and Alt |
338|`LCA(kc)` | |Hold Left Control and Alt and press `kc` | 338|`KC_HYPR` | |Left Control, Shift, Alt and GUI |
339 339
340## [Mod-Tap Keys](feature_advanced_keycodes.md#mod-tap) 340## [Mod-Tap Keys](feature_advanced_keycodes.md#mod-tap)
341 341
342|Key |Aliases |Description | 342|Key |Aliases |Description |
343|------------|-----------------------------------------------------------------|-------------------------------------------------------| 343|------------|-----------------------------------------------------------------|-------------------------------------------------------|
344|`LCTL_T(kc)`|`CTL_T(kc)` |Left Control when held, `kc` when tapped | 344|`LCTL_T(kc)`|`CTL_T(kc)` |Left Control when held, `kc` when tapped |
345|`RCTL_T(kc)`| |Right Control when held, `kc` when tapped |
346|`LSFT_T(kc)`|`SFT_T(kc)` |Left Shift when held, `kc` when tapped | 345|`LSFT_T(kc)`|`SFT_T(kc)` |Left Shift when held, `kc` when tapped |
347|`RSFT_T(kc)`| |Right Shift when held, `kc` when tapped |
348|`LALT_T(kc)`|`ALT_T(kc)` |Left Alt when held, `kc` when tapped | 346|`LALT_T(kc)`|`ALT_T(kc)` |Left Alt when held, `kc` when tapped |
349|`RALT_T(kc)`|`ALGR_T(kc)` |Right Alt when held, `kc` when tapped |
350|`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 | 347|`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 |
348|`RCTL_T(kc)`| |Right Control when held, `kc` when tapped |
349|`RSFT_T(kc)`| |Right Shift when held, `kc` when tapped |
350|`RALT_T(kc)`|`ALGR_T(kc)` |Right Alt when held, `kc` when tapped |
351|`RGUI_T(kc)`|`RCMD_T(kc)`, `RWIN_T(kc)` |Right GUI when held, `kc` when tapped | 351|`RGUI_T(kc)`|`RCMD_T(kc)`, `RWIN_T(kc)` |Right GUI when held, `kc` when tapped |
352|`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped | 352|`SGUI_T(kc)`|`SCMD_T(kc)`, `SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped |
353|`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped| 353|`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped |
354|`LCAG_T(kc)`| |Left Control, Alt and GUI when held, `kc` when tapped | 354|`LCAG_T(kc)`| |Left Control, Alt and GUI when held, `kc` when tapped |
355|`RCAG_T(kc)`| |Right Control, Alt and GUI when held, `kc` when tapped | 355|`RCAG_T(kc)`| |Right Control, Alt and GUI when held, `kc` when tapped |
356|`C_S_T(kc)` | |Left Control and Shift when held, `kc` when tapped |
357|`MEH_T(kc)` | |Left Control, Shift and Alt when held, `kc` when tapped|
356|`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/)| 358|`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/)|
357|`SGUI_T(kc)`|`SCMD_T(kc)`, `SWIN_T(kc)` |Left Shift and GUI when held, `kc` when tapped |
358|`LCA_T(kc)` | |Left Control and Alt when held, `kc` when tapped |
359 359
360## [RGB Lighting](feature_rgblight.md) 360## [RGB Lighting](feature_rgblight.md)
361 361