mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
fix swap_hands keycodes in documentation (#3588)
This commit is contained in:
parent
d8e6ada5d7
commit
fd085837e1
1 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@ Note that the array indices are reversed same as the matrix and the values are o
|
||||||
|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. |
|
|`SH_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_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.|
|
||||||
|`SW_MON` |Swaps hands when pressed, returns to normal when released (momentary). |
|
|`SH_MON` |Swaps hands when pressed, returns to normal when released (momentary). |
|
||||||
|`SW_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. |
|
||||||
|`SH_TT` |Toggles with a tap; momentary when held. |
|
|`SH_TT` |Toggles with a tap; momentary when held. |
|
||||||
|
|
Loading…
Reference in a new issue