lolp1 Posted May 10, 2007 Posted May 10, 2007 Hello, Well I'm trying something like this: $test = Iniread("global.ini","settings","keys","0") Send($test) [settings] keys=F1 How ever, it doesnt send F1, it sends just "1", any ideas?
Developers Jos Posted May 10, 2007 Developers Posted May 10, 2007 Hello, Well I'm trying something like this: $test = Iniread("global.ini","settings","keys","0") Send($test) [settings] keys=F1 How ever, it doesnt send F1, it sends just "1", any ideas?That is because F1 key = "{F1}" not "F1" 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.
lolp1 Posted May 10, 2007 Author Posted May 10, 2007 That is because F1 key = "{F1}" not "F1"Ahh, I thought of trying that after I posted, thanks
Developers Jos Posted May 10, 2007 Developers Posted May 10, 2007 (edited) Ahh, I thought of trying that after I posted, thanks Don't try but hit F1 when in SciTE ... it will open the Helpfile and tell you all about the Send() commnad .. Edited May 10, 2007 by JdeB 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