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 78 forks source link

unable to add keychain #48

Open NotZenski opened 6 months ago

NotZenski commented 6 months ago

image

Every freaking time i click the "Add Keychain Button" on mac nothing occurs and are unable to add keychain....

NotZenski commented 6 months ago

also executing moseu clicks do not work

hptruong93 commented 6 months ago

For the "Add Keychain Button" issue, it's actually working by design. You're trying to modify the system task "Start/Stop recording". The system tasks will only accept 1 key chain, and the key chain must have exactly 1 key. It won't allow multiple key chains or key chains with multiple keys to be register. I can add an error message for this to make it clearer.

For the 2nd problem about executing mouseclicks, could you elaborate? Do you have the source code of that scenario that doesn't work?