On Aug 4, 2011, at 1:13 PM, Joshua Adams wrote: > mainly the "move to" action. after i execute the action, the window will > reopen. just wondering if i can get it to stay closed after i am done with > it...
Most operations on files (including Move To…) return a result. The idea being that you can move, compress, rename, etc. one right after the other without having to bring up Quicksilver and locate the resulting file. If you’re done, you can hit ⎋ to get rid of QS. Each individual action defines its own behavior here. There’s no preference to turn it off across the board. If it matters to you enough, you could modify the action’s settings in `/Applications/Quicksilver.app/Contents/PlugIns/Core Support.qsplugin/Contents/Info.plist`. Look for “FileMoveToAction”. Under that section, change the integer for displaysResult from 1 to 0, then restart Quicksilver. You’d have to repeat this process every time a new version of the application is installed. -- Rob McBroom <http://www.skurfer.com/>
