Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
Screenjumping Mouse
Post Flair (click to view more posts with a particular flair)
Post Body

I didn't know a thing about coding until like an hour ago, but alexandrop12345 and djbullwinkle made a great post about jumping cursors between dual monitors. Here's what they had:

^Space::
CoordMode, Mouse, Screen ; mouse coordinates relative to the screen
MouseGetPos, MouseX, MouseY
if (MouseX > 0) {
MouseMove, -A_ScreenWidth, 0, 0, R
} else {
MouseMove, A_ScreenWidth, 0, 0, R
}
return

Forgive me if I'm on the wrong track, but from what I'm looking at it seems "if" tells the code to perform something if some statement is true, and another function if it's false. So if MouseX>0 (cursor is greater than the 0 pixel?), then MouseMove (to some position). Else move it to another position. So would there be a way to make it jump to a third screen? Something like:

elseelse {MouseMove, 3rd screen, 0, 0, R}

I feel super dumb asking something I barely understand lol but I'm really inspired to learn. I'm blown away I can move my cursor to a different screen now

Author
Account Strength
90%
Account Age
3 years
Verified Email
Yes
Verified Flair
No
Total Karma
9,305
Link Karma
24
Comment Karma
9,049
Profile updated: 5 days ago
Posts updated: 6 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
1 year ago