diff options
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 84da3d4c6..1a388f106 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -543,7 +543,7 @@ See also: [Unicode Support](feature_unicode.md) | |||
543 | |`XP(i, j)` | |Send Unicode code point at index `i`, or `j` if Shift/Caps is on| | 543 | |`XP(i, j)` | |Send Unicode code point at index `i`, or `j` if Shift/Caps is on| |
544 | |`UNICODE_MODE_FORWARD`|`UC_MOD` |Cycle through selected input modes | | 544 | |`UNICODE_MODE_FORWARD`|`UC_MOD` |Cycle through selected input modes | |
545 | |`UNICODE_MODE_REVERSE`|`UC_RMOD`|Cycle through selected input modes in reverse | | 545 | |`UNICODE_MODE_REVERSE`|`UC_RMOD`|Cycle through selected input modes in reverse | |
546 | |`UNICODE_MODE_OSX` |`UC_M_OS`|Switch to macOS input | | 546 | |`UNICODE_MODE_MAC` |`UC_M_MA`|Switch to macOS input | |
547 | |`UNICODE_MODE_LNX` |`UC_M_LN`|Switch to Linux input | | 547 | |`UNICODE_MODE_LNX` |`UC_M_LN`|Switch to Linux input | |
548 | |`UNICODE_MODE_WIN` |`UC_M_WI`|Switch to Windows input | | 548 | |`UNICODE_MODE_WIN` |`UC_M_WI`|Switch to Windows input | |
549 | |`UNICODE_MODE_BSD` |`UC_M_BS`|Switch to BSD input (not implemented) | | 549 | |`UNICODE_MODE_BSD` |`UC_M_BS`|Switch to BSD input (not implemented) | |