Bomberpilot 0 Posted October 18, 2007 hi i want a hotkeyset for my left mous button i searched in the autoit help and in the forum but no results! i shoud be look like this: HotKeySet("{left}", "SaveMouse") Thx for answers Share this post Link to post Share on other sites
Xenobiologist 47 Posted October 18, 2007 Hi, guck mal bei _isPressed. So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites
Bomberpilot 0 Posted October 18, 2007 i have it so: _IsPressed ( "01", "SaveMouse") is this right? it dont work ^^ but thx Share this post Link to post Share on other sites
ChrisL 13 Posted October 18, 2007 #Include <Misc.au3> While 1 If _IsPressed(01) then SaveMouse() Sleep (100) WEnd Func SaveMouse() Msgbox(0 + 262144,"","Left click",1) EndFunc [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire Share this post Link to post Share on other sites
Bomberpilot 0 Posted October 18, 2007 it works thank you very much Share this post Link to post Share on other sites