06-24-2009, 07:48 PM
Create macro. Assign trigger A that would work only in that program (game). 'Eat' must be checked in Properties. Code:
wait 0.015 ;;edit the number
key a
Create another two macros. Assign triggers F1 and F2.
F1 macro code:
dis- "name of the first macro" ;;enables the macro
F2 macro code:
dis+ "name of the first macro" ;;disables the macro
wait 0.015 ;;edit the number
key a
Create another two macros. Assign triggers F1 and F2.
F1 macro code:
dis- "name of the first macro" ;;enables the macro
F2 macro code:
dis+ "name of the first macro" ;;disables the macro
