quicksilver/creations/applescript_get_text_from_quicksilver.txt · Last modified: 2006/03/31 03:35 by 58.143.155.56


Code snippet demonstrating access of text from Quicksilver within an Applescript:

using terms from application "Quicksilver"
on process text theString
--insert commands here:
display dialog theString
end process text
end using terms from

Warning: This action is not compatible with the “run commands in background” option. Conflicts in input threading & focus will cause Quicksilver to hang!