Mouse button trigger with modifier brings has conflict issues. Is this a bug? Any ideas?

I have a macro that triggers F12 when Button 5 is pressed on my mouse. Works flawlessly.

But when I add another macro that uses Button 5 + Shift, it brings up a conflict menu. I don't want this to happen, I want to be able to press the button alone to trigger one thing and with shift to trigger something else. Am I doing something wrong here?

Here's the conflict menu showing both macros.

Screenshot 2023-02-27 at 1.19.21 AM

Thanks!!!

Try this: in the first of your macros (the F12 one) change the trigger "ignoring modifiers" to "with these modifiers" but without selecting any modifier keys like this:

2023-02-27_10-08-49

Both macros now look to see if any modifiers are used.

5 Likes

Yes!! That worked. So simple, makes sense, really appreciate it!

2 Likes