Regard me as a newbie since my skill with QS is limited to say the least!With B65 I could type 'cmd-space .benign tab D return' to get Apple's dictionary definition of 'benign'. I upgraded to QS-1 and this no longer worked: possibly QS's dictionary handling was 32 bit. Somehow (I wish I still knew how) I found that 'Lookup in Dictionary' was a replacement and replacing the 'D' in the B65 string by 'LID' worked in QS-1.However, a day or two later this no longer worked. I suspect that the cause may be an automatic check for plugins each week that I have set up. I now get the following block in Console Messages that seems related to QS and dictionary.30/04/2013 21:33:01 Quicksilver[45996] Warning: no action object for Command [Action Missing: QSDictionaryLookupAction]Command Dictionary: {actionID = QSDictionaryLookupAction;directID = QSGlobalSelectionProxy;indirectArchive = {class = QSObject;data = {QSTextProxyType = "";};properties = {QSObjectName = "";QSObjectType = QSTextProxyType;};};}I'd be grateful if someone can show me how I can get Dictionary working again.--
You received this message because you are subscribed to the Google Groups "Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blacktree-quicks...@googlegroups.com.
To post to this group, send email to blacktree-...@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
If you install the Services Menu Plugin, then you can use the action 'Lookup in Dictionary' (as you mentioned). That is currently the best way, since Apple changed the way the dictionary app worked in 10.6+ and the plugin has yet to be updated.
using terms from application "Quıcĸsıɩⅴεʀ"
on get direct types
return {"NSStringPboardType"}
end get direct types
on process text lemma
set the clipboard to lemma
activate application "Dictionary"
tell application "System Events" to tell process "Dictionary" to set focused of text field 1 of group 3 of tool bar 1 of front window to true
activate application "Dictionary"
tell application "System Events" to keystroke "v" using {command down}
end process text
end using terms from