Macro tied to certain profile

Need help? Ask here and someone will help
Post Reply
CrendKing
Posts: 15
Joined: Sat Jan 17, 2015 10:42 pm

Macro tied to certain profile

Post by CrendKing »

I wonder how to trigger a macro only when certain profile is active. For example, in the recoil macro from http://gimx.fr/wiki/index.php?title=Macros, the number 25 is good for profile 2 (ADS), but way too big for profile 1 (hip fire). How to define that KEYDOWN o has MAXIS 1 10 for profile 1 and MAXIS 1 25 for profile 2?

Thanks!
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Macro tied to certain profile

Post by Matlo »

Macro for profile 1:

Code: Select all

MACRO MBUTTONDOWN BUTTON_LEFT
TRIGGER MBUTTONUP BUTTON_RIGHT
INIT ON
TOGGLE YES
#macro content
Macro for profile 2:

Code: Select all

MACRO MBUTTONDOWN BUTTON_LEFT
TRIGGER MBUTTONDOWN BUTTON_RIGHT
INIT OFF
TOGGLE YES
#macro content
GIMX creator
CrendKing
Posts: 15
Joined: Sat Jan 17, 2015 10:42 pm

Re: Macro tied to certain profile

Post by CrendKing »

I think all these should be TOGGLE NO, because such macro should remain active as long as the right mouse button is down/up.

Thank you!
Post Reply