-
Notifications
You must be signed in to change notification settings - Fork 57
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
Differentiate mouse clicks #122
Comments
Such as? |
Don't remember any more, 2 years ago. Examples out my butt: screenshot to clipboard, edit it, capture in n seconds (for dropdowns), screenshare region |
Only issue with this is it has to be parsed accordingly. For example pressing mouse 5 on selection can output
|
A CLI switch will do, then it doesn't need to be a breaking change. An abstract minor downside is that the theoretical scripts would then possibly be incompatible out of the box with other scripts. |
Which is why it'd need to be specified via a flag. |
I'd like to do different things based on whether the rectangle was made with left, right (or middle, or mouse5) click.
The text was updated successfully, but these errors were encountered: