You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.)
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...
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.
The text was updated successfully, but these errors were encountered: