spiegel-keyman/mac/KeymanEngine4Mac
Marc Durdin 987ca0e551 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
Cherry-pick-of: #15008
Test-bot: skip
2025-10-24 11:04:55 +02:00
..
KeymanEngine4Mac fix(mac): ignore non-Unicode key caps when preparing OSK 2025-10-24 11:04:55 +02:00
KeymanEngine4Mac.xcodeproj feat(mac): created CoreKeyboardInfo to analyze key mappings 2024-09-23 14:50:36 +07:00
KeymanEngine4MacTests change(mac): remove verbose logging option 2024-09-17 15:36:41 +07:00