repeats / Repeat

Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.
Apache License 2.0
1.03k stars 76 forks source link

Posibility to save mouse & keyboard records #42

Closed p1k2i closed 1 year ago

p1k2i commented 1 year ago

The mouse and keyboard recorder is working very nice, but there is no way to save it as new task or to compile. I think every new recording should be converted to a sequence of actions or to a compiled task directly. That important functionality is missing.

hptruong93 commented 1 year ago

Have you tried following this?

From https://github.com/repeats/Repeat/wiki/Getting-started#record--replay To generate source code out of a recorded action, choose Tools --> Generate source on the top right drop down menu. Once the source code has been generated, you can use the Creating and managing tasks section below to save the task.

hptruong93 commented 1 year ago

Feel free to reopen if the above instruction doesn't satisfy your needs.

p1k2i commented 1 year ago

Ohh, thank you. I just nad to press the "Generate source" option to have it. It is not obvious. Why to not generate source just after recording automatically?

hptruong93 commented 1 year ago

Why to not generate source just after recording automatically? Because the UI is a webpage. When you open 2 tabs (both going to the http://localhost:65401 page), start recording on one tab, and stop recording on the other, things start getting messy and quite hard to implement from a technical perspective.