i wan a button to be hold when i click the macro button and the button to be released when i release the macro button . for example , i hold G and right click will also be held and when i release the G button the Right click will be released too
04/28/2017 09:50GalaxyCMS123#2
If its for autohotkey just put this in the script after "Loop">
if not GetKeyState("Buttonyouwant","P")
04/28/2017 15:28012oab#3
what if i use DllCall("Sleep","UInt",16) or DllCall("kernel32.dll\Sleep", "UInt", 16) ?