spiegel-keyman/mac/KeymanEngine4Mac/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
..
CoreWrapper refactor(mac): raise exception when unable to read kmx data 2024-12-03 10:48:57 +07:00
KME fix(mac): ignore non-Unicode key caps when preparing OSK 2025-10-24 11:00:07 +02:00
Info.plist fix(mac): remove text from short bundle version string 2024-08-20 16:14:40 +07:00
KeymanEngine4Mac.h chore(mac): remove NSString extension 2025-05-07 12:36:17 +07:00