Schurke 0 Posted October 26, 2007 (edited) well this easy thing should just send c two times when i press x but it doesnt << CODEHotKeySet("{x}", "DoubleC") Func DoubleC() Send ( "C" ) Sleep(50) Send ( "C" ) EndFunc While 1 Sleep(100) WEnd Edited October 26, 2007 by Schurke Share this post Link to post Share on other sites
BigDod 518 Posted October 27, 2007 Lose the {} HotKeySet("x", "DoubleC") Func DoubleC() Send("C") Sleep(50) Send("C") EndFunc ;==>DoubleC While 1 Sleep(100) WEnd Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother Share this post Link to post Share on other sites
jaenster 0 Posted November 13, 2007 this is ai2 -.- not 3 -jaenster Share this post Link to post Share on other sites
BrettF 28 Posted November 13, 2007 this is ai2 -.- not 3Glad you can see that? Schurke made a mistake. We all do. Usually a common mistake too. The Mods can't move every topic that gets posted in the wrong place. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Share this post Link to post Share on other sites