Takkun Posted July 29, 2008 Posted July 29, 2008 I was originally using this simple script with AutoHotkey. I was wondering if someone could translate it into a work Autoit script. #s:: Send {Enter} Sleep 500 Send {Right} Sleep 500 Send {Right} Sleep 500 Send {Up} Sleep 500 Send {Up} Sleep 500 Send {Enter} Sleep 500 Send {Up} Sleep 500 Send {Enter} Sleep 5000 Send {Enter} Sleep 500
Developers Jos Posted July 29, 2008 Developers Posted July 29, 2008 What have you tried yourself to do this in AutoIt3? Did you actually open the helpfile to try and find it out yourself? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Takkun Posted July 29, 2008 Author Posted July 29, 2008 (edited) What have you tried yourself to do this in AutoIt3?Did you actually open the helpfile to try and find it out yourself?yes i have.I've got most of it, but can you tell me how i can activate the script with a keystroke.Like I want to run the script when i press ALT+2I have to double click the icon on my desktop to get it to run, but i want it to run while i have a certain window open Edited July 29, 2008 by Takkun
Developers Jos Posted July 29, 2008 Developers Posted July 29, 2008 Look at HotkeySet() in the helpfile and its example. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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