Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Use Quick Look in Quicksilver' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Use Quick Look in Quicksilver
Authored by: Sesquipedalian on Sep 01, '08 03:07:08PM
If you want a way to do this that will let you use the full functionality of Quick Look, save the following as an action in Quicksilver's Actions folder.

on open these_items
	tell application "Finder"
		activate
		select these_items
		tell application "System Events" to key code 49
	end tell
end open
This will show the files in a Finder window and automatically open a Quick Look window for them. This gives the full functionality of Quick Look, but it does mean that you end up with a Finder window left open afterwards.

[ Reply to This | # ]