I'm making an autohotkey script to run highlighted text through a calculator, and i need to send the contents of the clipboard as a sequence of keypresses, since the calculator doesn't really support pasting of a mathematical operation. How would this be accomplished?
|
feedback
|
|
I fixed the original script you wrote here: http://superuser.com/questions/7271/most-useful-autohotkey-scripts/31282#31282 Works fine on my Vista system now. | |||
|
feedback
|
|
To map Ctrl + K to send clipboard data for example:
| |||||||
feedback
|