Hold button macro
Posted: Wed Apr 22, 2020 10:01 pm
Guys I tried to make a macro for quick prone for call of duty.
I use "C" to crouch and I want to press LCTRL to go fully prone without holding the button. Heres what I writed tell me whats wrong;
CODmw.xml/CODmw.txt
MACRO JBUTTONDOWN c
KEYDOWN LCTRL
DELAY 1
KEYUP LCTRL
I use "C" to crouch and I want to press LCTRL to go fully prone without holding the button. Heres what I writed tell me whats wrong;
CODmw.xml/CODmw.txt
MACRO JBUTTONDOWN c
KEYDOWN LCTRL
DELAY 1
KEYUP LCTRL