My goal is to program a KM macro which, when I activate it, will transform each mouse single-click into a mouse double-click.
In other words:
Trigger: hot key
Workflow: if left mouse button is clicked, then click left mouse button 2x
And I want that macro to stay active until I cancel it. I want it to transform ALL my single-clicks into double-clicks.
How would I do that?