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
Is it possible to interrupt a mouse/keyboard series of commands?
I am looking to build some automation software, but I want to have a simple way for users to override the automation.
The issue i am running into is that if I am in the middle of a type command or mouseMove command I will now have to fight the code to even move my mouse. Which is especially problematic if the issue I am trying to solve is time sensitive.
Is there way to achieve this forceStop/interupt action? If not any plans to implement this?
The text was updated successfully, but these errors were encountered:
Is it possible to interrupt a mouse/keyboard series of commands?
I am looking to build some automation software, but I want to have a simple way for users to override the automation.
The issue i am running into is that if I am in the middle of a type command or mouseMove command I will now have to fight the code to even move my mouse. Which is especially problematic if the issue I am trying to solve is time sensitive.
Is there way to achieve this forceStop/interupt action? If not any plans to implement this?
The text was updated successfully, but these errors were encountered: