I am trying to use ControlSend to simply select all text in a notepad, and copy it. Instead of selecting the text and copying it, it is just typing the litter a and c. I am a total AHK newb so excuse my ignorance here. I want to use ControlSend because I need it to be able to do this in the background. Ultimately this script will be much larger, just trying to get the hang of ControlSend. Help?
#q::
ControlSend, Edit1,{Ctrl down}a{Ctrl up}, Untitled
Sleep, 1000
ControlSend, Edit1,{Ctrl down}c{Ctrl up}, Untitled