Help moving mouse and operating between two different monitors

I've new and creating a relatively simple process but struggling to figure out how to operate with 2 monitors. I just want to move mouse and click a few coordinates on one screen ( which I accomplished ) but don't know how to then move the the cursor to the other monitor and start operating there.

Thanks so much in advance for any help!

I don't have two monitors, so I'm just guessing. Wouldn't you have to activate a window/field in the next monitor by clicking on it? That's exactly how you would have to do it if it were all one one monitor.

Here's an example that should do what you need.
It moves the mouse to the other screen's center point.

You will need to:

  1. Assign Trigger to macro
  2. Put Macro in a Macro Group with Global access

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

MACRO:   Move Mouse to Other Screen [Example]

**Requires: KM 8.2.4+   macOS 10.11 (El Capitan)+**
(Macro was written & tested using KM 9.0+ on macOS 10.14.5 (Mojave))

#### DOWNLOAD Macro File:
<a class="attachment" href="/uploads/default/original/3X/0/4/04ba5695160bb56ba97904ba995847a084ec6127.kmmacros">Move Mouse to Other Screen [Example].kmmacros</a>
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**




---



<img src="/uploads/default/original/3X/4/e/4e9ad533131f4a07f65bbfff23d80c272f832332.png" width="502" height="813">
1 Like

Both monitors have the same coordinates though and the coordinates default to the main monitor, don't know how to go over and click in the second monitor

Oh, I thought that the coordinate system would have been extended to include the second monitor. Perhaps I'm wrong. Sorry. I see that JM has just uploaded a macro that seems to tell the mouse which monitor to move too. That's probably the correct solution. Try it out.

Perfect, this is what I'm looking for, thanks so much!

1 Like

FYI, this is incorrect. The coordinate system starts at the top, left of the main monitor, and then extends (+ or -) to the right/left/top/bottom.

JM, will that also be true when Sidecar is released in the next macOS? Do you have the next macOS beta installed?

And will clicking on the Sidecar monitor with your finger trigger a mouse trigger in KM? This is really exciting for me.