Timmy wrote:
Yes, I can see my previous searches sadly, Chris. I'm guessing this
may be a Snow Leopard issue - I'm using that and build 56a7 :-(
try this:
Quit Dictionary.
Open it again.
If you don't see any previous searches, then you may use this script:
using terms from application "Quicksilver"
on process text largetype
set largetypetext to largetype
tell application "Dictionary"
activate
delay 2
tell application "System Events"
keystroke largetypetext & space & return
end tell
end tell
end process text
end using terms from