-
-
Notifications
You must be signed in to change notification settings - Fork 289
-
Does anyone have any suggestions how to have the Virtual Display enabled, but disallow my mouse to move over to that screen? I keep getting my mouse lost off-screen when I'm not gaming. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Does anyone have any suggestions how to have the Virtual Display enabled, but disallow my mouse to move over to that screen? I keep getting my mouse lost off-screen when I'm not gaming. Thanks in advance!
Like roshkins said, you can just disable the display if you dont need it, or move it to a top corner or something with a tiny slither accesible. I believe with power toys there is also a mouse finder tool, not sure if its something you want to check out
Beta Was this translation helpful? Give feedback.
All reactions
-
(Extremely) late response, but an AutoHotKey script to reset your mouse position to your main monitor would be pretty easy to throw together
F1:: MouseMove, 0, 0 return
Beta Was this translation helpful? Give feedback.