summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-08-17 15:47:50 -0700
committerGitHub <noreply@github.com>2021-08-18 08:47:50 +1000
commit4c4f632378867b5c3e61461333974f59170893c3 (patch)
tree8b62911e596e7a3b9aaad060174cc89b3fc52b46 /docs
parent3b28178deb7a42a2df8c19b9bf190bb5da732b33 (diff)
Add a toggle key for GUI On/Off in Magic feature (#13830)
Diffstat (limited to 'docs')
-rw-r--r--docs/keycodes_magic.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/keycodes_magic.md b/docs/keycodes_magic.md
index 719d820312..7e1b1a4f62 100644
--- a/docs/keycodes_magic.md
+++ b/docs/keycodes_magic.md
@@ -24,6 +24,7 @@
|`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 |