Krombik / keysender

Node.js Desktop Automation for Windows.
MIT License
74 stars 6 forks source link

Multi monitor handling #31

Open ch3rn1k opened 8 months ago

ch3rn1k commented 8 months ago

Hey ya, any way I can use second monitor for methods moveTo and move?

If coordinates are negative - method moves to [0, 0].

Code ex:

import { Hardware } from "keysender";

const obj = new Hardware();
await obj.mouse.moveTo(25, 25);
andrew1931 commented 2 months ago

I have the same issue, negative coordinates do not work :(