Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I find out the unique identifiers of Behaviours and globally available actions?

0
Posted

How can I find out the unique identifiers of Behaviours and globally available actions?

0

You’ll be getting an overview over the information you are looking for when executing the following script in the AppleScript Editor: tell application “Remote Buddy” behaviourlist set listOfBehaviourIdentifiers to result set retList to “” repeat with behaviourIdentifier in listOfBehaviourIdentifiers behaviourcore accessor “plainName” identifier behaviourIdentifier set plainName to result try behaviourlist allGlobalActionsForIdentifier behaviourIdentifier set listOfActionIdentifiers to result set retList to retList & plainName & ” (” & behaviourIdentifier & “)” & ” ” repeat with actionIdentifier in listOfActionIdentifiers set retList to retList & actionIdentifier & ” ” end repeat set retList to retList & ” ” end try end repeat (retList) end tell

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.