Natedogg386 0 Posted March 27, 2004 Ok can anyone tell me how to make autoit press and hold ALT then press "i" i know that in version 2 it was "Send, ^i". But i found out this doesnt work in version 3, could anyone please tell me how to do it? Share this post Link to post Share on other sites
enko 0 Posted March 27, 2004 Sned("^i") But don't waste your time Natedogg, FFXI wont accept this command Share this post Link to post Share on other sites
CyberSlug 6 Posted March 27, 2004 Send("{ALTDOWN}i{ALTUP}") ;an alternative Success with games might varies with Windows 98/... and Windows XP... Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
Jon 1,009 Posted March 27, 2004 Ok can anyone tell me how to make autoit press and hold ALT then press "i" i know that in version 2 it was "Send, ^i". But i found out this doesnt work in version 3, could anyone please tell me how to do it?Send, ^iwas Ctrl+i in AutoIt 2....Alt + i isSend("!i") Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites