Propose to add a mouse move event

I like the visual verify, but there is one event missing for me to use Kantu in my project.

I am working on a canvas tool, with which users first click on a point, and move the mouse to another point, and then click, in order to draw a straight line.
To test this, I need the following events: click -> mouse move -> click. In Selenium IDE, I can achieve it by click at -> mouse move -> click at. While in Kantu IDE, I have clickAt, but no mouse move, and the second click will not trigger correctly the line drawing.

Capture

There is already a mouse move command: XMove