Seva Alekseyev
Seva Alekseyev

Reputation: 61398

How do I switch keyboard layout programmatically in MacOS X?

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

Answers (1)

walkytalky
walkytalky

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

Related Questions