aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_advanced_keycodes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
-rw-r--r--docs/feature_advanced_keycodes.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md
index f2e4909d8..f9a5c3980 100644
--- a/docs/feature_advanced_keycodes.md
+++ b/docs/feature_advanced_keycodes.md
@@ -73,7 +73,6 @@ These allow you to combine a modifier with a keycode. When pressed, the keydown
73|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| 73|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`|
74|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | 74|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` |
75|`LCAG(kc)`| |Hold Left Control, Alt and GUI and press `kc` | 75|`LCAG(kc)`| |Hold Left Control, Alt and GUI and press `kc` |
76|`ALTG(kc)`| |Hold Right Control and Alt and press `kc` |
77|`SGUI(kc)`|`SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and GUI and press `kc` | 76|`SGUI(kc)`|`SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and GUI and press `kc` |
78|`LCA(kc)` | |Hold Left Control and Alt and press `kc` | 77|`LCA(kc)` | |Hold Left Control and Alt and press `kc` |
79 78