Is there a way to input mouse actions into the macro?

I tried to to something like this:

record macro

hold mouse down for 2 seconds

hold mouse left for 2 seconds

left click

end record macro

But those inputs don’t register in the macro. Any way around this?

You mean Agent macros or runtime actions?

I think I mean Agent action, not using the actual mouse, but using the UHK for all of these actions.

For runtime macros, not at the moment. I havent implemented the other usb report kinds in runtime macros because of laziness and relative unimportance. If you were asking for these, you would have been the first one in the long long years.

Well, you cant record them, but you can add them as actions:

Ah, ok, then I would add a delay, then mouse action release. But recording would be nice!