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
