sendkeys icon indicating copy to clipboard operation
sendkeys copied to clipboard

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

Open avuenja opened this issue 5 months ago • 0 comments

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 avatar Jan 13 '24 01:01 avuenja