瀏覽代碼

Fix typo (#19035)

Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
David Kosorin 2 年之前
父節點
當前提交
c21b77fbd2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/keycodes.md

+ 2 - 2
docs/keycodes.md

@@ -763,8 +763,8 @@ See also: [Swap Hands](feature_swap_hands.md)
 |Key        |Description                                                              |
 |Key        |Description                                                              |
 |-----------|-------------------------------------------------------------------------|
 |-----------|-------------------------------------------------------------------------|
 |`SH_T(key)`|Sends `key` with a tap; momentary swap when held.                        |
 |`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_MON`   |Swaps hands when pressed, returns to normal when released (momentary).   |
 |`SH_MOFF`  |Momentarily turns off swap.                                              |
 |`SH_MOFF`  |Momentarily turns off swap.                                              |
 |`SH_TG`    |Toggles swap on and off with every key press.                            |
 |`SH_TG`    |Toggles swap on and off with every key press.                            |