I have the drivers installed and I can barely do anything with the macro function on it. It will only let me input keyboard keys, not left click and right click as I want it to.

So, I've been searching for forever and I have found nothing even remotely relevant to my goals. I want to program in a ACTUAL macro, not a; press this while holding down this, this many times macro. More specifically I want this to be programmed in:

Lbutton::

MouseGetPos, xpos, ypos

Send, Lbutton

Mousemove, %xpos%,%ypos%

return

But I cannot find any way to do this. Anyone here have knowledge over Razor products and a means to make this happen?