Hi, great site
what i was trying to do was a script that while idle is triggered by the “keystroke “c” using {command down}” then runs the script.
this is what i have so far.
on idle
set CR to ASCII character 13
set Search_dictionary to the clipboard
tell application "System Events"
tell application "Dictionary" to activate
keystroke Search_dictionary & CR
end tell
return 3
end idle