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!