diff options
Diffstat (limited to 'docs/keycodes.md')
| -rw-r--r-- | docs/keycodes.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 030b23827..21a722250 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
| @@ -390,3 +390,15 @@ This is a reference only. Each group of keys links to the page documenting their | |||
| 390 | |------------|-------|-------------------------------------------------| | 390 | |------------|-------|-------------------------------------------------| |
| 391 | |`UNICODE(n)`|`UC(n)`|Send Unicode character `n` | | 391 | |`UNICODE(n)`|`UC(n)`|Send Unicode character `n` | |
| 392 | |`X(n)` | |Send Unicode character `n` via a different method| | 392 | |`X(n)` | |Send Unicode character `n` via a different method| |
| 393 | |||
| 394 | ## [Swap Hands](feature_swap_hands.md) | ||
| 395 | |||
| 396 | |Key |Description | | ||
| 397 | |-----------|-------------------------------------------------------------------------| | ||
| 398 | |`SH_T(key)`|Sends `key` with a tap; momentary swap when held. | | ||
| 399 | |`SW_ON` |Turns on swapping and leaves it on. | | ||
| 400 | |`SW_OFF` |Turn off swapping and leaves it off. Good for returning to a known state.| | ||
| 401 | |`SH_MON` |Swaps hands when pressed, returns to normal when released (momentary). | | ||
| 402 | |`SH_MOFF` |Momentarily turns off swap. | | ||
| 403 | |`SH_TG` |Toggles swap on and off with every key press. | | ||
| 404 | |`SH_TT` |Toggles with a tap; momentary when held. | | ||
