How to move mouse cursor

I want to move the mouse cursor using a shortcut. My current setup is as follows:

Shortcut Configuration:

• Repeat: Enabled (0,1)

Action Configuration (Move mouse to position):

• Y = 10, X = 0 (relative to the current mouse position)

• Standard move

When I press the shortcut, the mouse starts moving randomly near the current position, gradually moving in the direction of the Y coordinate (+ to bottom). Why does it move along the X-axis? What could be wrong with this setup?

If you have a animation duration > 0 in the action configuration, BTT will use a curve to move the mouse to the desired position, I think for such small movements that algorithm is not good.
I'll have a look. For now set the animation duration to 0

I improved the algorithm in 4.993 (uploading now). This should fix your setup.

//edit: ah sorry will be available in ~30min, need to fix something else first

Great! Animation duration = 0 also helped. Thanks!