I am reviewing some of the features of popular mac applications.
Butler has a feature of “Paste result when executed” for applescripts.
I want to know if applescript by itself (without using Butler) can do that when executed with a hotkey set by any application which allows setting of hotkey for running applescripts but does not have “Paste result when executed”. Consider the simple applescript for this purpose.
get the clipboard
Thanks.