DigitalIsBetter Posted April 18, 2008 Posted April 18, 2008 NOOB Question I do this ControlSend("Untitled", "", "Edit1", "{LCTRL}+s") and it only puts an s into notepad. What Im wanting to do is press cntrl and S together to save the file.
PsaltyDS Posted April 18, 2008 Posted April 18, 2008 NOOB QuestionI do this ControlSend("Untitled", "", "Edit1", "{LCTRL}+s")and it only puts an s into notepad. What Im wanting to do is press cntrl and S together to save the file.That sends LCTRL, then releases it, then sends Shift-s, and then releases that. For Ctrl-Shift-s, use "^+s". Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
DigitalIsBetter Posted April 18, 2008 Author Posted April 18, 2008 That sends LCTRL, then releases it, then sends Shift-s, and then releases that. For Ctrl-Shift-s, use "^+s". Thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now