You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.9 KiB

  1. # Bootmagic
  2. <!-- FIXME: Describe the bootmagic feature here. -->
  3. ## Bootmagic Keycodes
  4. Shortcuts for bootmagic options. You can use these even when bootmagic is off.
  5. |Key |Aliases |Description |
  6. |----------------------------------|---------|------------------------------------|
  7. |`MAGIC_SWAP_CONTROL_CAPSLOCK` | |Swap Left Control and Caps Lock |
  8. |`MAGIC_CAPSLOCK_TO_CONTROL` | |Treat Caps Lock as Control |
  9. |`MAGIC_SWAP_LALT_LGUI` | |Swap Left Alt and GUI |
  10. |`MAGIC_SWAP_RALT_RGUI` | |Swap Right Alt and GUI |
  11. |`MAGIC_NO_GUI` | |Disable the GUI key |
  12. |`MAGIC_SWAP_GRAVE_ESC` | |Swap <code>&#96;</code> and Escape |
  13. |`MAGIC_SWAP_BACKSLASH_BACKSPACE` | |Swap Backslash and Backspace |
  14. |`MAGIC_HOST_NKRO` | |Force NKRO on |
  15. |`MAGIC_SWAP_ALT_GUI` |`AG_SWAP`|Swap Alt and GUI on both sides |
  16. |`MAGIC_UNSWAP_CONTROL_CAPSLOCK` | |Unswap Left Control and Caps Lock |
  17. |`MAGIC_UNCAPSLOCK_TO_CONTROL` | |Stop treating CapsLock as Control |
  18. |`MAGIC_UNSWAP_LALT_LGUI` | |Unswap Left Alt and GUI |
  19. |`MAGIC_UNSWAP_RALT_RGUI` | |Unswap Right Alt and GUI |
  20. |`MAGIC_UNNO_GUI` | |Enable the GUI key |
  21. |`MAGIC_UNSWAP_GRAVE_ESC` | |Unswap <code>&#96;</code> and Escape|
  22. |`MAGIC_UNSWAP_BACKSLASH_BACKSPACE`| |Unswap Backslash and Backspace |
  23. |`MAGIC_UNHOST_NKRO` | |Force NKRO off |
  24. |`MAGIC_UNSWAP_ALT_GUI` |`AG_NORM`|Unswap Left Alt and GUI |
  25. |`MAGIC_TOGGLE_NKRO` | |Turn NKRO on or off |