joncom 0 Posted January 20, 2005 I know this has probably been answered a million times on the forum already, but I couldn't seem to find it. What I need to know how to do, is send a key press of "ALT-t-o" with ALT only pressed once, but held down for both "t" and "o". If I use: Send("!to") .... it just does "ALT-t" and then spits out an "o"... any help with this would be appreciated. Share this post Link to post Share on other sites
ezzetabi 3 Posted January 20, 2005 Try Send('{ALTDOWN}to{ALTUP}') Share this post Link to post Share on other sites
DirtyBanditos 0 Posted January 20, 2005 (edited) I know this has probably been answered a million times on the forum already, but I couldn't seem to find it.What I need to know how to do, is send a key press of "ALT-t-o" with ALT only pressed once, but held down for both "t" and "o".If I use: Send("!to") .... it just does "ALT-t" and then spits out an "o"... any help with this would be appreciated.<{POST_SNAPBACK}>Load The Scite4 Scriptwriter from My sig!It is great and very Easy Or check the Autoit3 Help.chm file! Edited January 20, 2005 by DirtyBanditos Share this post Link to post Share on other sites
joncom 0 Posted January 20, 2005 TrySend('{ALTDOWN}to{ALTUP}')<{POST_SNAPBACK}>Thanks, works like a charm. Share this post Link to post Share on other sites
pcdestroyer 1 Posted January 20, 2005 Dirty banditos i dont know why u tell everyone the same thing ... every time i see a new post i go there and see u with ur weird replies that are off topic NO OFFENSE u just post "load the scite writer bla bla" how will that help him? .. its just a text editor Share this post Link to post Share on other sites
zcoacoaz 0 Posted January 21, 2005 i dont think he cares what they say, he just wants people to use his program. He might of even made a bot to autoreply to all the threads and type "Use my scite program in my sig!" that would be kind of funny [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Share this post Link to post Share on other sites