Reputation: 61398
how do I switch keyboard layout (AKA input source) programmatically in MacOS X in a Cocoa/Objective C program? Thanks in advance.
Upvotes: 1
Views: 1049
Reputation: 9543
I've not had occasion to try this, but I think you want the functions in text input source services. Note that these are Carbon functions, though usable from Cocoa -- you'll need to add the Carbon framework to your project in order to use them.
Upvotes: 1