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

Incorrect work on multi-monitor configurations. #1

Open
dr15x86 opened this issue Jul 6, 2022 · 2 comments
Open

Incorrect work on multi-monitor configurations. #1

dr15x86 opened this issue Jul 6, 2022 · 2 comments

Comments

@dr15x86
Copy link

dr15x86 commented Jul 6, 2022

If there are two monitors, the script works fine on the main monitor and does not work on the other monitor.

The icon with arrows is displayed as pressed to the left edge, scrolling does not occur.

Windows 11
AutohotKey 1.1.34.03

image

@DanielBoxer
Copy link
Owner

DanielBoxer commented Jul 6, 2022

I also had this issue on my setup. For me, the icon was to the far right of my second monitor and the scrolling still worked. Have you tried commenting out the first CoordMode command on line 40? I know this has something to do with CoordMode but I haven't found a full fix yet.

@DanielBoxer
Copy link
Owner

Ok so I was able to reproduce the bug. My setup has the main monitor on the left. When I switched them around so my main monitor was on the right like yours, the scrolling stopped working on the left one and the tooltip was to the far left. For some reason, commenting out line 40 only works if you have your main monitor on the left.

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

2 participants