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

Use xdotool mousedown/mouseup instead of click to handle click action #51

Open
RaulPPelaez opened this issue Mar 24, 2018 · 0 comments
Open

Comments

@RaulPPelaez
Copy link
Owner

In order to simulate a mouse click it would be more convinient to send a mousedown when pressing a key and a mouseup when releasing instead of a default click duration (12 ms according to xdotool).
However click in a macro should maintain the current behavior of click (maybe with an optional second argument with the duration of the click)

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

No branches or pull requests

1 participant