Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse recording for the macro recorder? #15

Open
kareltucek opened this issue Jan 26, 2019 · 4 comments
Open

Mouse recording for the macro recorder? #15

kareltucek opened this issue Jan 26, 2019 · 4 comments
Labels
Idea A feature which might be useful.

Comments

@kareltucek
Copy link
Owner

The idea is that mouse position is reset to (0,0), then activation times of mouse are recorded and later replayed, so the mouse movement happens in "real time" and is not affected by device driver's acceleration/deceleration rules.

  • How should simultaneous activations of different mouse movements be handled?
@kareltucek kareltucek added the Idea A feature which might be useful. label Jan 26, 2019
@kareltucek
Copy link
Owner Author

  • how should dynamic macroes be handled? (We don't have such macroes yet (at least not any useful ones), but once we get them, it would be nice to be able to use them in the macro recorder while retaining their dynamic nature.)

@IzK666
Copy link

IzK666 commented Jun 18, 2020

Although not the same issue, it's related.
Can you include mouse buttons into macro recorder?

@kareltucek
Copy link
Owner Author

kareltucek commented Jun 21, 2020

Theoretically yes. Practically it is not a trivial task and I do not plan extending the macro recorder in the near future.

Do you have any specific usecases in mind? In my experience, mouse clicking is usually tied to mouse movement anyway, and therefore it is usually feasible (or even better) to use an actual mouse in one hand to do the clicking, while activating (keyboard-only) macros by the other hand...

@IzK666
Copy link

IzK666 commented Jun 30, 2020

I was playing the other day with a browser game (it wasn't an idle game, but quite) and I needed to click a lot.
I can do it with a regular macro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea A feature which might be useful.
Projects
None yet
Development

No branches or pull requests

2 participants