arminius Posted December 25, 2008 Posted December 25, 2008 CODESend("{RCTRL}4") trying to send Right Control button and 4 at same time, but only seems to send 4 and not control?
Bert Posted December 25, 2008 Posted December 25, 2008 CODESend("{RCTRL}4")trying to send Right Control button and 4 at same time, but only seems to send 4 and not control?CODESend("4 {RCTRL}")Try this (not tested) The Vollatran project My blog: http://www.vollysinterestingshit.com/
arminius Posted December 25, 2008 Author Posted December 25, 2008 no sorry this had the exact same effect as my first, only pressed 4 CODESend("4 {RCTRL}")
Developers Jos Posted December 25, 2008 Developers Posted December 25, 2008 You mean to send Ctrl+4 as in ? : Send("^4") 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.
arminius Posted December 25, 2008 Author Posted December 25, 2008 ummm not seeing how this will send the right control key' CODESend("^4") but yes, right control key then 4
Developers Jos Posted December 25, 2008 Developers Posted December 25, 2008 Did you try it? anyways... one other option that comes to mind is: Send("{RCTRL DOWN}4{RCTRL UP}") 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.
arminius Posted December 25, 2008 Author Posted December 25, 2008 CODESend("^4") sorry I didn't try it, but thousand sorry's it works, just figured rctrl was what it wanted, anyway thanks a million
Bert Posted December 25, 2008 Posted December 25, 2008 what about this: Send("{RCTRL down}") Send("4") Send("{RCTRL up}") The Vollatran project My blog: http://www.vollysinterestingshit.com/
FireFox Posted December 25, 2008 Posted December 25, 2008 @Everybody Note : You cant send two keys in same time (a-z/0-9), but if one key is a special key like ctrl or alt you can Cheers, FireFox.
Developers Jos Posted December 25, 2008 Developers Posted December 25, 2008 (edited) @EverybodyNote : You cant send two keys in same time (a-z/0-9), but if one key is a special key like ctrl or alt you can Cheers, FireFox.Dear FireFox,Thank you for your great contribution to this thread and pointing out to us noobs the fact that you cannot send 2 keys at the same time. Seriously, do you honestly believe you can teach Volly and myself something here? By the way, you contradict yourself in the second sentence. You never send 2 keys at the same time! Edited December 25, 2008 by 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.
Kip Posted December 25, 2008 Posted December 25, 2008 (edited) Dear FireFox,Thank you for your great contribution to this thread and pointing out to us noobs the fact that you cannot send 2 keys at the same time.Ah.. Sarcasm. Always nice Edited December 25, 2008 by Kip MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
FireFox Posted December 25, 2008 Posted December 25, 2008 (edited) Ah.. Sarcasm. Always nice @JosIm not contradicting at all, I understand what it mean humm... you dont send two keys at same time but at result you have one key or a merge so... special I just said it because I read some replys getting out of topic Cheers, FireFox. Edited December 25, 2008 by FireFox
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