summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Kosorin <david@kosorin.net>2022-11-15 17:53:57 +0100
committerGitHub <noreply@github.com>2022-11-15 16:53:57 +0000
commitc21b77fbd2ef72c04894006fb16d6fd6f511114d (patch)
tree9ab3935edcf7d98e3d0c8e9157cfa5a9bf161e82 /docs
parent4e7f533998a3b2caefb1d12e86b29b07e285a1ce (diff)
Fix typo (#19035)
Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
Diffstat (limited to 'docs')
-rw-r--r--docs/keycodes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index d0ba8e25bf..b172e13306 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -763,8 +763,8 @@ See also: [Swap Hands](feature_swap_hands.md)
|Key |Description |
|-----------|-------------------------------------------------------------------------|
|`SH_T(key)`|Sends `key` with a tap; momentary swap when held. |
-|`SW_ON` |Turns on swapping and leaves it on. |
-|`SW_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.|
+|`SH_ON` |Turns on swapping and leaves it on. |
+|`SH_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.|
|`SH_MON` |Swaps hands when pressed, returns to normal when released (momentary). |
|`SH_MOFF` |Momentarily turns off swap. |
|`SH_TG` |Toggles swap on and off with every key press. |