juppie0815 0 Posted November 25, 2014 (edited) Ok, this might be very simple, but I dont read 10000 posts... While this works fine: z::Send % "{Click " . ( GetKeyState("LButton") ? "Up}" : "Down}" ) this doesnt: z::Send % "{Click " . ( GetKeyState("RButton") ? "Up}" : "Down}" ) I just wanna press "z" so my right mousebutton keeps fireing. Edited November 25, 2014 by juppie0815 Share this post Link to post Share on other sites
water 2,163 Posted November 25, 2014 Welcome to AutoIt and the forum! This code doesn't look like AutoIt. Is it AHK? Hide water's signature Hide all signatures My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2019-10-24 - Version 1.4.14.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2019-11-30 - Version 1.4.0.0) - Download - General Help & Support - Example Scripts - WikiOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (NEW 2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki Share this post Link to post Share on other sites
juppie0815 0 Posted November 25, 2014 (edited) Yes Sry, am i wrong here? Oh man..... Edited November 25, 2014 by juppie0815 Share this post Link to post Share on other sites
MikahS 92 Posted November 25, 2014 Your on the AutoIt forum, not the AHK forum. Hide MikahS's signature Hide all signatures Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites
juppie0815 0 Posted November 25, 2014 (edited) Isnt it almost the same? Sry, im very new to this. Plus I just want one, ONE line of code, and what do i have to do, all the registration stuff, and so forth....1 line ...sry plus my question is legit oh well... Edited November 25, 2014 by juppie0815 Share this post Link to post Share on other sites
MikahS 92 Posted November 25, 2014 (edited) Yes, legit to an AHK forum, but again this is AutoIt. I don't want to learn AHK and it seems you don't want to learn AutoIt. Leave it at that then? Edited November 25, 2014 by MikahS Hide MikahS's signature Hide all signatures Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites