Mr. Andreas Hegenberg, can you help me with the issue I've been researching for the past two weeks? Thank you!

I've been trying to use modifier keys to differentiate between two identical gestures. For example, when I press the Command key and draw a "b," I want that to trigger one event, while just drawing "b" without pressing Command triggers a different event.

I tried mapping the mouse side button to act like pressing the Command key while drawing "b," but it ends up triggering the event for drawing "b" without the Command key as well.

Do you have any ideas on how to make it so that drawing "b" with the mouse side button and drawing "b" with the right mouse button trigger two different events? I've been researching this for half a month!

@Andreas_Hegenberg

Use two triggers and require a modifier key to be held on one them, it is an option on nearly all triggers.

or a single trigger and add some logic to the action to check for the key down

Thanks, but I still don't know how to use the side buttons on the mouse to draw.

have a look here