Previous Index Next

BridgePlus.framework, SMSForder Class Methods

Category

Keyboard input source methods

Method

allAvailableInputSourceIDs

Summary

Lists the IDs of all installed input sources.

Signature

+ (NSArray *)allAvailableInputSourceIDs

Parameters

 

Result

Array of IDs of all installed input sources

Availability

Version 1.2.0

Notes

 

Sample

use scripting additions

use framework "Foundation"

use script "BridgePlus"

load framework


set theResult to current application's SMSForder's allAvailableInputSourceIDs()

ASify from theResult

--> <long list of installed input sources>

theResult as list

--> <long list of installed input sources>


Click here to open script in a script editor