Bomberpilot Posted October 18, 2007 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
Xenobiologist Posted October 18, 2007 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
Bomberpilot Posted October 18, 2007 Author Posted October 18, 2007 i have it so: _IsPressed ( "01", "SaveMouse") is this right? it dont work ^^ but thx
ChrisL Posted October 18, 2007 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
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