WootingKb / wooting-macros

The official Wooting Macros software.
GNU General Public License v3.0
149 stars 15 forks source link

[Feature] record/playback mouse movement #157

Open owosoup opened 1 year ago

owosoup commented 1 year ago

Only few macro recorders have this feature, and it seems pretty straightforward to do: logging the mouse coordinates (effectively recording its movement) would be a great touch, especially because there's no free or open-source modern program that does it.

You could log the mouse coords every few milliseconds and substract the recent XY numbers from those before (obtaining a difference which would be applied to the mouse's position during playback).

It would be a godsend, and if it could be implemented relatively painlessly, it would be a big win for the end user with little done.

I hope this project prospers, it's been too long since someone made a non-sketchy free macro recorder. Kudos!

medzernik commented 1 year ago

the support for mouse movement actually is done on the backend, though mouse recording, coordinate conversion between screens of different DPI and resolutions and UI for it isn't yet ready. Mouse can move to X and Y coordinates.