summary refs log tree commit diff
path: root/docs/feature_bootmagic.md
diff options
context:
space:
mode:
authorJoe Wasson <joe@talljoe.com>2018-09-17 09:23:43 -0700
committerDrashna Jaelre <drashna@live.com>2018-09-17 15:04:22 -0700
commita6d1db2c275f2e33e23135a6e410dbc8d19720a2 (patch)
tree647632d1df64f5e7a1f083caad6fc0da77892f7d /docs/feature_bootmagic.md
parent244e1c5a57eecd349c7d88e1af42d1b3467aeafe (diff)
Create AG_TOGG code to toggle Alt/Gui swap.
Diffstat (limited to 'docs/feature_bootmagic.md')
-rw-r--r--docs/feature_bootmagic.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md
index d6915d3559..586b5d8370 100644
--- a/docs/feature_bootmagic.md
+++ b/docs/feature_bootmagic.md
@@ -57,6 +57,7 @@ Hold down the Bootmagic key (Space by default) and the desired hotkey while plug
 |`MAGIC_UNNO_GUI`                  |         |Enable the GUI keys                       |
 |`MAGIC_SWAP_ALT_GUI`              |`AG_SWAP`|Swap Alt and GUI on both sides (for macOS)|
 |`MAGIC_UNSWAP_ALT_GUI`            |`AG_NORM`|Unswap Left Alt and Left GUI              |
+|`MAGIC_TOGGLE_ALT_GUI`            |`AG_TOGG`|Toggle Left Alt and GUI swap              |
 |`MAGIC_SWAP_BACKSLASH_BACKSPACE`  |         |Swap `\` and Backspace                    |
 |`MAGIC_UNSWAP_BACKSLASH_BACKSPACE`|         |Unswap `\` and Backspace                  |
 |`MAGIC_SWAP_CONTROL_CAPSLOCK`     |         |Swap Left Control and Caps Lock           |