Contents

keyboardInputSources

The array of keyboard text input source identifier strings available to the receiver. (read-only)

Declaration

var keyboardInputSources: [NSTextInputSourceIdentifier]? { get }

Discussion

The Text Input Source Services API identifies text input sources with text input source identifier strings (for example, com.apple.inputmethod.Kotoeri.Japanese) supplied by the underlying text input sources framework. The ID corresponds to the kTISPropertyInputSourceID attribute.

For more information on the Text Input Source Services API, see Text Input Source Services.

See Also

Handling Input Sources