Skip to content

Support clicks with key modifiers. #531

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Th3S4mur41
Copy link
Contributor

Fixed merge conflicts from #356

@Th3S4mur41 Th3S4mur41 changed the title Pr/356 Support clicks with key modifiers. Dec 10, 2019
@oktapodia
Copy link
Collaborator

Thank you for the PR, I would like to keep the backward compatibility for the version 0.6 if you don't mind

@Th3S4mur41
Copy link
Contributor Author

@oktapodia What does that mean for the PR... Will it be merged in the next minor version or should I look to adapt it to be backwards compatible?
In the second case, could you point me to the incompatibility issues?

@FrankFlitton
Copy link

FrankFlitton commented Oct 4, 2021

Any news about this? I'd like to shift+click in a project that I'm working on. The following code doesn't seem to work with the project's current codebase "out of the box".

robot.keyToggle("shift", "down");
robot.moveMouseSmooth(20, 20);
robot.mouseClick();
robot.keyToggle("shift", "up");

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

Successfully merging this pull request may close these issues.

4 participants