There is a known issue with saving commands and triggers for multiple
objects, and is something we are working on. The milestone for fixing this
is set for Quicksilver v1.0

You can view the current ticket here:
https://github.com/quicksilver/Quicksilver/issues/555

On 17 May 2012 12:01, su <[email protected]> wrote:

> On Friday, May 11, 2012 11:01:24 PM UTC+2, philostein wrote:
>>
>> There seems to be an issue with comma-selected objects that are made into
>> an command object using ⌃⏎.
>> QS produces the correct command object, but also leaves all but one of
>> the comma-selected objects in pane 1. This makes 'Save Command to File…'
>> unavailable in pane 2.
>> I had to copy 'Save Command to File…' in pane 2 (which I found by
>> using ⌃⏎ on a single object), create the comma-selected command object, tab
>> round and delete the comma-selected objects, then paste 'Save Command to
>> File…' into pane 2.
>>
>
> I saved the following qscommand as per philostein's method, but it doesn't
> work after an immediate restart of QS. What am I missing? (QS ß67-3925, OS
> X 10.7.4)
>
> <?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>FileOpenAction</string>
>                               <key>directID</key>
>                               <string>/Applications/Safari.app 
> /Applications/Mail.app /Applications/iTunes.app</string>
>                       </dict>
>               </dict>
>               <key>properties</key>
>               <dict>
>                       <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 post to this group, send email to
> [email protected]. To unsubscribe from this group,
> send email to [email protected]. For
> more options, visit this group at
> https://groups.google.com/d/forum/blacktree-quicksilver?hl=en

-- You received this message because you are subscribed to the Google Groups 
Quicksilver group. To post to this group, send email to 
[email protected]. To unsubscribe from this group, send 
email to [email protected]. For more options, 
visit this group at 
https://groups.google.com/d/forum/blacktree-quicksilver?hl=en

Reply via email to