diff options
author | Selene ToyKeeper <ToyKeeper@users.noreply.github.com> | 2022-10-24 23:02:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 22:02:21 -0700 |
commit | e863c431f61565f41cf28fa7e981bdb3cba4f642 (patch) | |
tree | 748ed905ab516ef389c883ad66e93f9607f8fbf3 /docs | |
parent | a80b886751aaddb0e030a14a82cf99b6778145b4 (diff) |
added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (#18837)
Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/keycodes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 27620bc2ec..b541975640 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md @@ -404,6 +404,7 @@ See also: [Magic Keycodes](keycodes_magic.md) |`MAGIC_UNSWAP_GRAVE_ESC` |`GE_NORM`|Unswap <code>`</code> and Escape | |`MAGIC_SWAP_BACKSLASH_BACKSPACE` |`BS_SWAP`|Swap `\` and Backspace | |`MAGIC_UNSWAP_BACKSLASH_BACKSPACE`|`BS_NORM`|Unswap `\` and Backspace | +|`MAGIC_TOGGLE_BACKSLASH_BACKSPACE`|`BS_TOGG`|Toggle `\` and Backspace swap state | |`MAGIC_HOST_NKRO` |`NK_ON` |Enable N-key rollover | |`MAGIC_UNHOST_NKRO` |`NK_OFF` |Disable N-key rollover | |`MAGIC_TOGGLE_NKRO` |`NK_TOGG`|Toggle N-key rollover | |