On Thursday, January 30, 2014 7:15:19 PM UTC+1, Rob McBroom wrote: 
>
> AppleScript actions can take two arguments, right? And now there’s even 
> some way to control type (that I’ve never tried), so couldn’t you tell the 
> action to expect “qs.url.search” in the third pane or something like that.
>
If I add qs.command as dO the applescript action shows in the second pane 
but it takes 'STRING (Find With…)  Google Search' as input and fails.

If I save the command object I get the following file, which is what I 
would like to access (but without saving it first) for lack of a better 
approach atm.


<?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>command</key>
<dict>
<key>class</key>
<string>QSCommand</string>
<key>data</key>
<dict>
<key>qs.command</key>
<dict>
<key>actionID</key>
<string>QSURLFindWithAction</string>
<key>directID</key>
<string>QSID:QSPresetObjectHistory:STRING</string>
<key>indirectID</key>
<string>http://www.google.com/search?hl=en&amp;q=***</string>
</dict>
</dict>
<key>properties</key>
<dict>
<key>QSObjectObjectID</key>
<string>QSID:QSPresetObjectHistory:STRING (Find With…)  Google 
Search</string>
<key>QSObjectType</key>
<string>qs.command</string>
</dict>
</dict>
</dict>
</plist>

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to