summaryrefslogtreecommitdiff
path: root/docs/feature_advanced_keycodes.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2025-07-06 20:30:47 +1000
committerGitHub <noreply@github.com>2025-07-06 20:30:47 +1000
commitbaf0060761db4e0f1d631b00e6057c6763470e78 (patch)
treee89a3e22efd844f350cb4c7d5275f14edd24390b /docs/feature_advanced_keycodes.md
parent036745e853b512db868b6e226753521f7975d40c (diff)
Deprecate some nonstandard mod & mod-tap keycode aliases (#25437)
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
-rw-r--r--docs/feature_advanced_keycodes.md60
1 files changed, 30 insertions, 30 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md
index b21accd367..a6f8bc8372 100644
--- a/docs/feature_advanced_keycodes.md
+++ b/docs/feature_advanced_keycodes.md
@@ -2,36 +2,36 @@
2 2
3These allow you to combine a modifier with a keycode. When pressed, the keydown event for the modifier, then `kc` will be sent. On release, the keyup event for `kc`, then the modifier will be sent. 3These allow you to combine a modifier with a keycode. When pressed, the keydown event for the modifier, then `kc` will be sent. On release, the keyup event for `kc`, then the modifier will be sent.
4 4
5|Key |Aliases |Description | 5|Key |Aliases |Description |
6|----------|----------------------------------|-------------------------------------------------------------------------------| 6|----------|-------------------------------|-------------------------------------------------------------------------------|
7|`LCTL(kc)`|`C(kc)` |Hold Left Control and press `kc` | 7|`LCTL(kc)`|`C(kc)` |Hold Left Control and press `kc` |
8|`LSFT(kc)`|`S(kc)` |Hold Left Shift and press `kc` | 8|`LSFT(kc)`|`S(kc)` |Hold Left Shift and press `kc` |
9|`LALT(kc)`|`A(kc)`, `LOPT(kc)` |Hold Left Alt and press `kc` | 9|`LALT(kc)`|`A(kc)`, `LOPT(kc)` |Hold Left Alt and press `kc` |
10|`LGUI(kc)`|`G(kc)`, `LCMD(kc)`, `LWIN(kc)` |Hold Left GUI and press `kc` | 10|`LGUI(kc)`|`G(kc)`, `LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` |
11|`LCS(kc)` | |Hold Left Control and Left Shift and press `kc` | 11|`LCS(kc)` | |Hold Left Control and Left Shift and press `kc` |
12|`LCA(kc)` | |Hold Left Control and Left Alt and press `kc` | 12|`LCA(kc)` | |Hold Left Control and Left Alt and press `kc` |
13|`LCG(kc)` | |Hold Left Control and Left GUI and press `kc` | 13|`LCG(kc)` | |Hold Left Control and Left GUI and press `kc` |
14|`LSA(kc)` | |Hold Left Shift and Left Alt and press `kc` | 14|`LSA(kc)` | |Hold Left Shift and Left Alt and press `kc` |
15|`LSG(kc)` |`SGUI(kc)`, `SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and Left GUI and press `kc` | 15|`LSG(kc)` | |Hold Left Shift and Left GUI and press `kc` |
16|`LAG(kc)` | |Hold Left Alt and Left GUI and press `kc` | 16|`LAG(kc)` | |Hold Left Alt and Left GUI and press `kc` |
17|`LCSG(kc)`| |Hold Left Control, Left Shift and Left GUI and press `kc` | 17|`LCSG(kc)`| |Hold Left Control, Left Shift and Left GUI and press `kc` |
18|`LCAG(kc)`| |Hold Left Control, Left Alt and Left GUI and press `kc` | 18|`LCAG(kc)`| |Hold Left Control, Left Alt and Left GUI and press `kc` |
19|`LSAG(kc)`| |Hold Left Shift, Left Alt and Left GUI and press `kc` | 19|`LSAG(kc)`| |Hold Left Shift, Left Alt and Left GUI and press `kc` |
20|`RCTL(kc)`| |Hold Right Control and press `kc` | 20|`RCTL(kc)`| |Hold Right Control and press `kc` |
21|`RSFT(kc)`| |Hold Right Shift and press `kc` | 21|`RSFT(kc)`| |Hold Right Shift and press `kc` |
22|`RALT(kc)`|`ROPT(kc)`, `ALGR(kc)` |Hold Right Alt and press `kc` | 22|`RALT(kc)`|`ROPT(kc)`, `ALGR(kc)` |Hold Right Alt and press `kc` |
23|`RGUI(kc)`|`RCMD(kc)`, `RWIN(kc)` |Hold Right GUI and press `kc` | 23|`RGUI(kc)`|`RCMD(kc)`, `RWIN(kc)` |Hold Right GUI and press `kc` |
24|`RCA(kc)` | |Hold Right Control and Right Alt and press `kc` | 24|`RCA(kc)` | |Hold Right Control and Right Alt and press `kc` |
25|`RCS(kc)` | |Hold Right Control and Right Shift and press `kc` | 25|`RCS(kc)` | |Hold Right Control and Right Shift and press `kc` |
26|`RCG(kc)` | |Hold Right Control and Right GUI and press `kc` | 26|`RCG(kc)` | |Hold Right Control and Right GUI and press `kc` |
27|`RSA(kc)` |`SAGR(kc)` |Hold Right Shift and Right Alt and press `kc` | 27|`RSA(kc)` | |Hold Right Shift and Right Alt and press `kc` |
28|`RSG(kc)` | |Hold Right Shift and Right GUI and press `kc` | 28|`RSG(kc)` | |Hold Right Shift and Right GUI and press `kc` |
29|`RAG(kc)` | |Hold Right Alt and Right GUI and press `kc` | 29|`RAG(kc)` | |Hold Right Alt and Right GUI and press `kc` |
30|`RCSG(kc)`| |Hold Right Control, Right Shift and Right GUI and press `kc` | 30|`RCSG(kc)`| |Hold Right Control, Right Shift and Right GUI and press `kc` |
31|`RCAG(kc)`| |Hold Right Control, Right Alt and Right GUI and press `kc` | 31|`RCAG(kc)`| |Hold Right Control, Right Alt and Right GUI and press `kc` |
32|`RSAG(kc)`| |Hold Right Shift, Right Alt and Right GUI and press `kc` | 32|`RSAG(kc)`| |Hold Right Shift, Right Alt and Right GUI and press `kc` |
33|`MEH(kc)` | |Hold Left Control, Left Shift and Left Alt and press `kc` | 33|`MEH(kc)` | |Hold Left Control, Left Shift and Left Alt and press `kc` |
34|`HYPR(kc)`| |Hold Left Control, Left Shift, Left Alt and Left GUI and press `kc`<sup>1</sup>| 34|`HYPR(kc)`| |Hold Left Control, Left Shift, Left Alt and Left GUI and press `kc`<sup>1</sup>|
35 35
36<sup>1. More information on the Hyper key can be found on [this blog post by Brett Terpstra](https://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/).</sup> 36<sup>1. More information on the Hyper key can be found on [this blog post by Brett Terpstra](https://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/).</sup>
37 37