hammerspoon/Hammerspoon/Intents.intentdefinition

203 lines
6.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>INEnums</key>
<array/>
<key>INIntentDefinitionModelVersion</key>
<string>1.2</string>
<key>INIntentDefinitionNamespace</key>
<string>3vjQte</string>
<key>INIntentDefinitionSystemVersion</key>
<string>21A559</string>
<key>INIntentDefinitionToolsBuildVersion</key>
<string>13A1030d</string>
<key>INIntentDefinitionToolsVersion</key>
<string>13.1</string>
<key>INIntents</key>
<array>
<dict>
<key>INIntentCategory</key>
<string>generic</string>
<key>INIntentClassPrefix</key>
<string>HS</string>
<key>INIntentConfigurable</key>
<true/>
<key>INIntentDescription</key>
<string>Execute some Lua in Hammerspoon</string>
<key>INIntentDescriptionID</key>
<string>cqJRbd</string>
<key>INIntentIneligibleForSuggestions</key>
<true/>
<key>INIntentInput</key>
<string>source</string>
<key>INIntentKeyParameter</key>
<string>source</string>
<key>INIntentLastParameterTag</key>
<integer>1</integer>
<key>INIntentManagedParameterCombinations</key>
<dict>
<key>source</key>
<dict>
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
<true/>
<key>INIntentParameterCombinationTitle</key>
<string>Lua ${source}to execute in Hammerspoon</string>
<key>INIntentParameterCombinationTitleID</key>
<string>e44TdA</string>
<key>INIntentParameterCombinationUpdatesLinked</key>
<true/>
</dict>
</dict>
<key>INIntentName</key>
<string>ExecuteLua</string>
<key>INIntentParameters</key>
<array>
<dict>
<key>INIntentParameterConfigurable</key>
<true/>
<key>INIntentParameterDisplayName</key>
<string>Source</string>
<key>INIntentParameterDisplayNameID</key>
<string>nEt2KT</string>
<key>INIntentParameterDisplayPriority</key>
<integer>1</integer>
<key>INIntentParameterMetadata</key>
<dict>
<key>INIntentParameterMetadataCapitalization</key>
<string>None</string>
<key>INIntentParameterMetadataDefaultValueID</key>
<string>aKQruG</string>
<key>INIntentParameterMetadataDisableAutocorrect</key>
<true/>
<key>INIntentParameterMetadataDisableSmartDashes</key>
<true/>
<key>INIntentParameterMetadataDisableSmartQuotes</key>
<true/>
<key>INIntentParameterMetadataMultiline</key>
<true/>
</dict>
<key>INIntentParameterName</key>
<string>source</string>
<key>INIntentParameterPromptDialogs</key>
<array>
<dict>
<key>INIntentParameterPromptDialogCustom</key>
<true/>
<key>INIntentParameterPromptDialogType</key>
<string>Configuration</string>
</dict>
<dict>
<key>INIntentParameterPromptDialogCustom</key>
<true/>
<key>INIntentParameterPromptDialogFormatString</key>
<string>What Lua would you like to execute?</string>
<key>INIntentParameterPromptDialogFormatStringID</key>
<string>QipdpD</string>
<key>INIntentParameterPromptDialogType</key>
<string>Primary</string>
</dict>
</array>
<key>INIntentParameterSupportsResolution</key>
<true/>
<key>INIntentParameterTag</key>
<integer>1</integer>
<key>INIntentParameterType</key>
<string>String</string>
<key>INIntentParameterUnsupportedReasons</key>
<array>
<dict>
<key>INIntentParameterUnsupportedReasonCode</key>
<string>noLua</string>
<key>INIntentParameterUnsupportedReasonCustom</key>
<true/>
<key>INIntentParameterUnsupportedReasonFormatString</key>
<string>You must provide some Lua source to execute</string>
<key>INIntentParameterUnsupportedReasonFormatStringID</key>
<string>Ru3Gdb</string>
</dict>
</array>
</dict>
</array>
<key>INIntentResponse</key>
<dict>
<key>INIntentResponseCodes</key>
<array>
<dict>
<key>INIntentResponseCodeConciseFormatString</key>
<string>${result}</string>
<key>INIntentResponseCodeConciseFormatStringID</key>
<string>qf9VPR</string>
<key>INIntentResponseCodeFormatString</key>
<string>${result}</string>
<key>INIntentResponseCodeFormatStringID</key>
<string>vBdg4y</string>
<key>INIntentResponseCodeName</key>
<string>success</string>
<key>INIntentResponseCodeSuccess</key>
<true/>
</dict>
<dict>
<key>INIntentResponseCodeConciseFormatString</key>
<string>${error}</string>
<key>INIntentResponseCodeConciseFormatStringID</key>
<string>o25R8b</string>
<key>INIntentResponseCodeFormatString</key>
<string>${error}</string>
<key>INIntentResponseCodeFormatStringID</key>
<string>SRd9Fu</string>
<key>INIntentResponseCodeName</key>
<string>failure</string>
</dict>
</array>
<key>INIntentResponseLastParameterTag</key>
<integer>6</integer>
<key>INIntentResponseOutput</key>
<string>result</string>
<key>INIntentResponseParameters</key>
<array>
<dict>
<key>INIntentResponseParameterDisplayName</key>
<string>Result</string>
<key>INIntentResponseParameterDisplayNameID</key>
<string>dvmcbi</string>
<key>INIntentResponseParameterDisplayPriority</key>
<integer>1</integer>
<key>INIntentResponseParameterName</key>
<string>result</string>
<key>INIntentResponseParameterTag</key>
<integer>1</integer>
<key>INIntentResponseParameterType</key>
<string>String</string>
</dict>
<dict>
<key>INIntentResponseParameterDisplayName</key>
<string>Error</string>
<key>INIntentResponseParameterDisplayNameID</key>
<string>66aRAz</string>
<key>INIntentResponseParameterDisplayPriority</key>
<integer>2</integer>
<key>INIntentResponseParameterName</key>
<string>error</string>
<key>INIntentResponseParameterTag</key>
<integer>2</integer>
<key>INIntentResponseParameterType</key>
<string>String</string>
</dict>
</array>
</dict>
<key>INIntentTitle</key>
<string>Execute Lua</string>
<key>INIntentTitleID</key>
<string>epdZG3</string>
<key>INIntentType</key>
<string>Custom</string>
<key>INIntentVerb</key>
<string>Do</string>
</dict>
</array>
<key>INTypes</key>
<array/>
</dict>
</plist>