diff options
Diffstat (limited to 'docs/keycodes_magic.md')
-rw-r--r-- | docs/keycodes_magic.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/keycodes_magic.md b/docs/keycodes_magic.md index 719d82031..7e1b1a4f6 100644 --- a/docs/keycodes_magic.md +++ b/docs/keycodes_magic.md | |||
@@ -24,6 +24,7 @@ | |||
24 | |`MAGIC_TOGGLE_ALT_GUI` |`AG_TOGG`|Toggle Alt and GUI swap on both sides | | 24 | |`MAGIC_TOGGLE_ALT_GUI` |`AG_TOGG`|Toggle Alt and GUI swap on both sides | |
25 | |`MAGIC_NO_GUI` |`GUI_OFF`|Disable the GUI keys | | 25 | |`MAGIC_NO_GUI` |`GUI_OFF`|Disable the GUI keys | |
26 | |`MAGIC_UNNO_GUI` |`GUI_ON` |Enable the GUI keys | | 26 | |`MAGIC_UNNO_GUI` |`GUI_ON` |Enable the GUI keys | |
27 | |`MAGIC_TOGGLE_GUI` |`GUI_TOG`|Toggles the status of the GUI keys | | ||
27 | |`MAGIC_SWAP_GRAVE_ESC` |`GE_SWAP`|Swap <code>`</code> and Escape | | 28 | |`MAGIC_SWAP_GRAVE_ESC` |`GE_SWAP`|Swap <code>`</code> and Escape | |
28 | |`MAGIC_UNSWAP_GRAVE_ESC` |`GE_NORM`|Unswap <code>`</code> and Escape | | 29 | |`MAGIC_UNSWAP_GRAVE_ESC` |`GE_NORM`|Unswap <code>`</code> and Escape | |
29 | |`MAGIC_SWAP_BACKSLASH_BACKSPACE` |`BS_SWAP`|Swap `\` and Backspace | | 30 | |`MAGIC_SWAP_BACKSLASH_BACKSPACE` |`BS_SWAP`|Swap `\` and Backspace | |