summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-10-27 00:09:46 +0000
committerQMK Bot <hello@qmk.fm>2021-10-27 00:09:46 +0000
commit3bda490550902064c848b0b9b570bb5f7809f1a1 (patch)
tree064d3139c86981bdc5c11577c9a7e27bf15e1967 /docs
parenta2f3d050f4fd7805190a782132eea9d8ccc3f27d (diff)
parentc0c7c4692b83168cf016b7235133e121b0d1f6f0 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/keycodes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 770a4525a5..8aba3a5129 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -344,6 +344,7 @@ See also: [Magic Keycodes](keycodes_magic.md)
 |`MAGIC_TOGGLE_ALT_GUI`            |`AG_TOGG`|Toggle Alt and GUI swap on both sides                                     |
 |`MAGIC_NO_GUI`                    |`GUI_OFF`|Disable the GUI keys                                                      |
 |`MAGIC_UNNO_GUI`                  |`GUI_ON` |Enable the GUI keys                                                       |
+|`MAGIC_TOGGLE_GUI`                |`GUI_TOG`|Toggles the status of the GUI keys                                        |
 |`MAGIC_SWAP_GRAVE_ESC`            |`GE_SWAP`|Swap <code>&#96;</code> and Escape                                        |
 |`MAGIC_UNSWAP_GRAVE_ESC`          |`GE_NORM`|Unswap <code>&#96;</code> and Escape                                      |
 |`MAGIC_SWAP_BACKSLASH_BACKSPACE`  |`BS_SWAP`|Swap `\` and Backspace                                                    |