summaryrefslogtreecommitdiff
path: root/docs/keycodes.md
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2021-10-27 08:09:12 +0800
committerGitHub <noreply@github.com>2021-10-27 01:09:12 +0100
commitc0c7c4692b83168cf016b7235133e121b0d1f6f0 (patch)
treeb35a584ed3f321d8e8e1944646a022ec74cd9ea1 /docs/keycodes.md
parent312b1b95a88e1b4b6d0642e1f788bcbd3d8d589b (diff)
Add MAGIC_TOGGLE_GUI line to main keycode documentation (#14959)
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index a134c5a1b2..9f61447dc5 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 |