keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
399 stars 112 forks source link

feat(common): LDML keyboards need to support font association for OSK #12610

Open mcdurdin opened 1 week ago

mcdurdin commented 1 week ago

I had started this as an LDML keyboard (which doesn't support mobile), but when I realized I couldn't associate a font with it, and the OSK was square boxes, I switched to a regular .kmn structure instead of LDML.

Originally posted by @LornaSIL in https://github.com/keymanapp/keyboards/issues/3170#issuecomment-2452467508

LornaSIL commented 1 week ago

Those are the main drawbacks I ran in to for both dives_akuru_inscript and Imperial Aramaic. There is likely documentation that I couldn't find, but I had to use several sources to figure out the syntax for how to access RALT and RALT+shift keys.

I can attach my sources for both keyboards if that would be useful.

mcdurdin commented 1 week ago

Thanks @LornaSIL -- we don't need the source at present. These comments are helpful as we try to get LDML keyboard editing and documentation done in the next year.