Macrodroid with Key Mapper problem

RoadieCT

New member
I set up several seperate key triggers on Key Mapper to use with Macrodroid macros (Launch App Shortcut action) and they all trigger the same action. even if I delete the one that is supposed to trigger that action then the rest still trigger it regardless.

They are not supposed to trigger the same action, each one is set to action a different macrodroid macro. they all trigger the same one macrodroid macro. so only one is working correctly and the rest are incorrectly triggering the same one

right now i have it bound to 2 Macrodroid macros with 2 seperate key triggers and 2 seperate actions. if i reboot the phone and press one of them then both are bound to that action going forward. if i reboot and press the other then both are bound to that action going forward, with no other changes. so whichever one I use first after boot, all other key triggers will be bound to it and execute the same action.

any advice?
 

Endercraft

Moderator (& bug finder :D)
I set up several seperate key triggers on Key Mapper to use with Macrodroid macros (Launch App Shortcut action) and they all trigger the same action. even if I delete the one that is supposed to trigger that action then the rest still trigger it regardless.

They are not supposed to trigger the same action, each one is set to action a different macrodroid macro. they all trigger the same one macrodroid macro. so only one is working correctly and the rest are incorrectly triggering the same one

right now i have it bound to 2 Macrodroid macros with 2 seperate key triggers and 2 seperate actions. if i reboot the phone and press one of them then both are bound to that action going forward. if i reboot and press the other then both are bound to that action going forward, with no other changes. so whichever one I use first after boot, all other key triggers will be bound to it and execute the same action.

any advice?
Have you checked the system log to see what happens exactly ?
 

RoadieCT

New member
it says "shortcut launched", "invoking macro: (macro name)", "Click (macro name)"

so it's working properly but its the same macro over and over again regardless of what keyboard keys I bind to it.

example:

command + T is bound to Macro 1

option + M is bound to Macro 2

If i press (command + T) and then (option + M) they both execute Macro 1

when I look in the system log is says that the Macro 1 was executed properly twice
 

RoadieCT

New member
Have you checked the system log to see what happens exactly ?

Macrodroid system log info above ^^^

I just checked the Key Mapper system log and every time I press a trigger on the keyboard is shows the same log:

MainActivity: onResume. Version 2.4.4

regardless of which trigger it is

sorry I'm a newb and don't know how to interpret that
 

RoadieCT

New member
It can be made to work by using the Send intent action instead of the Launch app shortcut action in Key Mapper.
The macro should use the Intent Received trigger.

oh my god, I spent soooo much time trying to figure this out and that just took a couple minutes to set up and it works perfect! thank you thank you thank you lol 😎🙏
 
Top