tonsafun Posted December 16, 2003 Posted December 16, 2003 i am trying to read from an ini file and this is what i got...ini file[hotkey]ekey="F1"script$ekey= IniRead("config.ini", "hotkey","ekey","")send($ekey)why doesnt it send F1?
CyberSlug Posted December 16, 2003 Posted December 16, 2003 If you want to send the F1 key instead of captial F number One, then try: send("{" & $ekey & "}") Most special keys need to be enclosed in curly brackets Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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