spiegel-keyman/mac/KeymanEngine4Mac
Marc Durdin a51f4ff965 fix(mac): ignore non-Unicode key caps when preparing OSK
The typeFlags property is used to differentiate Unicode and non-Unicode
keys in the array of keys in a .kvk file. All non-Unicode keys should
be ignored, as we do not support non-Unicode keyboards on macOS.

The reason this fixes #15007, is that the keyboard in question had both
ANSI and Unicode sections in its .kvk file, and the ANSI section was
stored after the Unicode section, so the font spec for ANSI was
overriding the previously (correctly) set Unicode font spec.

Fixes: #15007
2025-10-24 11:00:07 +02:00
..
KeymanEngine4Mac fix(mac): ignore non-Unicode key caps when preparing OSK 2025-10-24 11:00:07 +02:00
KeymanEngine4Mac.xcodeproj Merge pull request #13848 from keymanapp/fix/mac/replace-km-binary-file-format 2025-05-12 18:39:40 +07:00
KeymanEngine4MacTests chore(mac): removed commented-out code 2025-05-07 16:08:14 +07:00