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

Is it possible to interrupt a mouse/keyboard series of commands? [Without quitting the program?] #545

Open
i-am-jabriel opened this issue Nov 22, 2023 · 1 comment

Comments

@i-am-jabriel
Copy link

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?

@s1hofmann
Copy link
Member

Hi @i-am-jabriel 👋

this is planned but requires some additional work for input monitoring first.
I'll keep this updated as progress is made.

Best regards

Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants