Skip to content

Commit

Permalink
Fix typo (#19035)
Browse files Browse the repository at this point in the history
Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
  • Loading branch information
kosorin authored Nov 15, 2022
1 parent 4e7f533 commit c21b77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/keycodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit c21b77f

Please sign in to comment.