Previous | Index | Next |
Keyboard input source methods
allAvailableInputSourceIDs
Lists the IDs of all installed input sources.
+ (NSArray *)allAvailableInputSourceIDs
Array of IDs of all installed input sources
Version 1.2.0
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>