LOUDO56 / PyMacroRecord

Free and Open Source Macro Recorder with a modern GUI using Python
https://www.pymacrorecord.com/
GNU General Public License v3.0
260 stars 51 forks source link

Recording not repeating #35

Closed jpturski closed 2 months ago

jpturski commented 3 months ago

Describe the bug Recording not repeating. Maybe I'm too dumb, but I've tried change every settings of playback and none worked. The macro runs fine first time. I would like to play in loop, how can I achieve this?

To Reproduce

testemarcro-rs-keepalive.json

LOUDO56 commented 3 months ago

Hi, you have many ways to achieve this:

First: Options -> Playback -> Repeat -> Put a absurd number of repeat Second: Options -> Playback -> Interval -> 1 second Third: Options -> Playback -> For -> 24 hours

Hope that helps, if it is still not working, then it's a software problem.

LOUDO56 commented 3 months ago

After reviewing your record, it's because there's a line where the timestamp is negative, i don't know how it is possible, never had that.

{
        "type": "cursorMove",
        "x": 1070,
        "y": 628,
        "timestamp": -1.7235448360443115
},

Here's a fixed version: testemarcro-rs-keepalive.json