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

Handle mouse_click hold timeout #1606

Open
AndreasArvidsson opened this issue Nov 16, 2024 · 0 comments
Open

Handle mouse_click hold timeout #1606

AndreasArvidsson opened this issue Nov 16, 2024 · 0 comments

Comments

@AndreasArvidsson
Copy link
Collaborator

AndreasArvidsson commented Nov 16, 2024

Today we have a fixed hold timeout for pop click but not for voice commands that click. The reason for the hold is that some applications(mostly games?) won't register the click if it happens to quickly.

ctrl.mouse_click(button=0, hold=16000)

We should probably create our own user.mouse_click action that uses a setting to determine the hold value. This would be zero by default and can context specifically be increased for example in games.

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

1 participant