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

wrong position clicked in negative x (dual monitor) #187

Open
scarf005 opened this issue Nov 21, 2024 · 0 comments
Open

wrong position clicked in negative x (dual monitor) #187

scarf005 opened this issue Nov 21, 2024 · 0 comments

Comments

@scarf005
Copy link

Reproduction

  1. move mouse to left of dual monitor.
  2. run following command:
> while true; do; sleep 1; echo $(cliclick p); cliclick m:$(cliclick p); don

Expected

  1. cliclick p gives current cursor position
  2. cliclick m moves mouse at given position
  3. thus cliclick m:$(cliclick p) should be idempotent.

Actual

2024-11-21_10-23-26.mp4

on left monitor. the more cursor is closer to left end of monitor (negative x), the larger differences get.

Versions

- cliclick: Version 5.1, released 2022-08-14
- OS: macOS Monterey 12.5 arm6
- display: 3840x2160 @ 30 Hz (as 1920x1080), 3840x2160 @ 60 Hz (as 1920x1080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant