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

[bug]: Modifiers in mouse click doesn't work #80

Open
avuenja opened this issue Jan 13, 2024 · 0 comments
Open

[bug]: Modifiers in mouse click doesn't work #80

avuenja opened this issue Jan 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@avuenja
Copy link

avuenja commented Jan 13, 2024

What went wrong?

When I try use mouse click with modifiers like shift for example, the modifiers are ignored.

I want use:

<m:1890,835><m:right:shift><m:1890,835>

I try too, and doesn't work:

<m:1890,835><kd:shift><m:right:shift><ku:shift><m:1890,835>

But now, my solution was (Work):

<m:1890,835><md:right:shift><mu:right:shift><m:1890,835>

Sorry about Issue, if behaviour is correct, disregard.

Thank you

Expected result:

That click of mouse with modifier.

Actual result:

Works only the mouse click, without the modifiers.

Other information:

  • Sendkeys version: 4.0.4
  • Operating system: macOS Sonoma 14.2.1
  • Processor (e.g. Intel, M1): Apple M1
@avuenja avuenja added the bug Something isn't working label Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant