Sample Header Ad - 728x90

Cocoa Text System Extension

1 vote
0 answers
44 views
I started using the Compose Key feature of Cocoa Text System. This is the feature that allows this keyboard behavior in most applications: Option ⌥ + u + u == ü Option ⌥ + - + \> == Option ⌥ + + 3 == Option ⌥ + C + C + C + P == ... etc. It is documented here: https://developer.apple.com/library/archive/documentation/TextFonts/Conceptual/CocoaTextArchitecture/TextSystemArchitecture/ArchitectureOverview.html I would like to extend this to add the 3 Hungarian characters (also capitalized): Option ⌥ + o + o ➔ ő, Option ⌥ + o + i ➔ í, Option ⌥ + o + u ➔ ű Ideally, I want the same UI behavior as with Option ⌥ + u and Option ⌥ + e where you see a preview of the umlaut/accent and then add the desired letter. How is this possible? Cocoa Text
Asked by JC- (105 rep)
Jun 3, 2025, 09:44 AM
Last activity: Jun 5, 2025, 12:52 AM