diff options
author | fauxpark <fauxpark@gmail.com> | 2017-12-09 16:45:13 +1100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-09 10:46:11 -0500 |
commit | 4c675a83ba1d3561bfd6baad57a250066f5db4d3 (patch) | |
tree | c17e42238c29d0ebf9a3f55b2b13a0ac5f3dbae0 /docs/feature_bootmagic.md | |
parent | 7b0356d1d49da6574570e110f61f95692afdb3d0 (diff) | |
download | qmk_firmware-4c675a83ba1d3561bfd6baad57a250066f5db4d3.tar.gz qmk_firmware-4c675a83ba1d3561bfd6baad57a250066f5db4d3.zip |
Format keycode tables
Diffstat (limited to 'docs/feature_bootmagic.md')
-rw-r--r-- | docs/feature_bootmagic.md | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md index c8459e350..037830c4d 100644 --- a/docs/feature_bootmagic.md +++ b/docs/feature_bootmagic.md | |||
@@ -6,24 +6,24 @@ | |||
6 | 6 | ||
7 | Shortcuts for bootmagic options. You can use these even when bootmagic is off. | 7 | Shortcuts for bootmagic options. You can use these even when bootmagic is off. |
8 | 8 | ||
9 | |Name|Description| | 9 | |Key |Aliases |Description | |
10 | |----|-----------| | 10 | |----------------------------------|---------|------------------------------------| |
11 | |`MAGIC_SWAP_CONTROL_CAPSLOCK`|Swap Capslock and Left Control| | 11 | |`MAGIC_SWAP_CONTROL_CAPSLOCK` | |Swap Left Control and Caps Lock | |
12 | |`MAGIC_CAPSLOCK_TO_CONTROL`|Treat Capslock like a Control Key| | 12 | |`MAGIC_CAPSLOCK_TO_CONTROL` | |Treat Caps Lock as Control | |
13 | |`MAGIC_SWAP_LALT_LGUI`|Swap the left Alt and GUI keys| | 13 | |`MAGIC_SWAP_LALT_LGUI` | |Swap Left Alt and GUI | |
14 | |`MAGIC_SWAP_RALT_RGUI`|Swap the right Alt and GUI keys| | 14 | |`MAGIC_SWAP_RALT_RGUI` | |Swap Right Alt and GUI | |
15 | |`MAGIC_NO_GUI`|Disable the GUI key| | 15 | |`MAGIC_NO_GUI` | |Disable the GUI key | |
16 | |`MAGIC_SWAP_GRAVE_ESC`|Swap the Grave and Esc key.| | 16 | |`MAGIC_SWAP_GRAVE_ESC` | |Swap <code>`</code> and Escape | |
17 | |`MAGIC_SWAP_BACKSLASH_BACKSPACE`|Swap backslash and backspace| | 17 | |`MAGIC_SWAP_BACKSLASH_BACKSPACE` | |Swap Backslash and Backspace | |
18 | |`MAGIC_HOST_NKRO`|Force NKRO on| | 18 | |`MAGIC_HOST_NKRO` | |Force NKRO on | |
19 | |`MAGIC_SWAP_ALT_GUI`/`AG_SWAP`|Swap Alt and Gui on both sides| | 19 | |`MAGIC_SWAP_ALT_GUI` |`AG_SWAP`|Swap Alt and GUI on both sides | |
20 | |`MAGIC_UNSWAP_CONTROL_CAPSLOCK`|Disable the Control/Capslock swap| | 20 | |`MAGIC_UNSWAP_CONTROL_CAPSLOCK` | |Unswap Left Control and Caps Lock | |
21 | |`MAGIC_UNCAPSLOCK_TO_CONTROL`|Disable treating Capslock like Control | | 21 | |`MAGIC_UNCAPSLOCK_TO_CONTROL` | |Stop treating CapsLock as Control | |
22 | |`MAGIC_UNSWAP_LALT_LGUI`|Disable Left Alt and GUI switching| | 22 | |`MAGIC_UNSWAP_LALT_LGUI` | |Unswap Left Alt and GUI | |
23 | |`MAGIC_UNSWAP_RALT_RGUI`|Disable Right Alt and GUI switching| | 23 | |`MAGIC_UNSWAP_RALT_RGUI` | |Unswap Right Alt and GUI | |
24 | |`MAGIC_UNNO_GUI`|Enable the GUI key | | 24 | |`MAGIC_UNNO_GUI` | |Enable the GUI key | |
25 | |`MAGIC_UNSWAP_GRAVE_ESC`|Disable the Grave/Esc swap | | 25 | |`MAGIC_UNSWAP_GRAVE_ESC` | |Unswap <code>`</code> and Escape| |
26 | |`MAGIC_UNSWAP_BACKSLASH_BACKSPACE`|Disable the backslash/backspace swap| | 26 | |`MAGIC_UNSWAP_BACKSLASH_BACKSPACE`| |Unswap Backslash and Backspace | |
27 | |`MAGIC_UNHOST_NKRO`|Force NKRO off| | 27 | |`MAGIC_UNHOST_NKRO` | |Force NKRO off | |
28 | |`MAGIC_UNSWAP_ALT_GUI`/`AG_NORM`|Disable the Alt/GUI switching| | 28 | |`MAGIC_UNSWAP_ALT_GUI` |`AG_NORM`|Unswap Left Alt and GUI | |
29 | |`MAGIC_TOGGLE_NKRO`|Turn NKRO on or off| | 29 | |`MAGIC_TOGGLE_NKRO` | |Turn NKRO on or off | |