diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-07 03:07:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 18:07:08 +0100 |
commit | 8833b283610ce34e9be65ed3fc2c477258188de7 (patch) | |
tree | d4c6204d14b83029399a6133ab5727afb60b12c6 /docs | |
parent | c6ab11bc45ef6e5530d4aba0afd68d3ff6992a9d (diff) |
Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_unicode.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md index 94873d2827..0b06cae6c2 100644 --- a/docs/feature_unicode.md +++ b/docs/feature_unicode.md @@ -119,8 +119,6 @@ The following input modes are available: !> Using the _Unicode Hex Input_ input source may disable some Option-based shortcuts, such as Option+Left and Option+Right. - !> `UC_OSX` is a deprecated alias of `UC_MAC` that will be removed in future versions of QMK. All new keymaps should use `UC_MAC`. - * **`UC_LNX`**: Linux built-in IBus Unicode input. Supports code points up to `0x10FFFF` (all possible code points). Enabled by default and works almost anywhere on IBus-enabled distros. Without IBus, this mode works under GTK apps, but rarely anywhere else. |