How to snap mouse pointer across multiple screens?

hj2k_x

Honorary Master
Joined
Jan 22, 2006
Messages
32,115
If you have multiple screens and want to snap your mouse pointer to a screen with a shortcut key (rather than scrolling over to it, which can take a while if you have a lot of pixels to cover) is there a reliable way to do this in Windows 10?

Google has not been forthcoming...
 

spiff

Executive Member
Joined
Oct 17, 2007
Messages
5,828
I used to use "mousewithoutborders.msi" it was a microsoft little app - worked brilliantly. not sure about win10
 

Johnatan56

Honorary Master
Joined
Aug 23, 2013
Messages
30,955
I used to use "mousewithoutborders.msi" it was a microsoft little app - worked brilliantly. not sure about win10
That's to use the same peripherals across multiple machines, don't think that has a snap between windows? And yes, it definitely works with Win10.

EDIT: @hj2k_x do you want it so the mouse moves to the active window? Can use alt-tab to active window and use this to center your mouse in the active window
https://www.microsoft.com/en-za/p/mousepointerreposition/9ncz1p9hpwfh?activetab=pivot:overviewtab

(Source code is here: https://github.com/rhinterndorfer/MousePointerReposition if you don't want to pay)
 
Last edited:

hj2k_x

Honorary Master
Joined
Jan 22, 2006
Messages
32,115
That's to use the same peripherals across multiple machines, don't think that has a snap between windows? And yes, it definitely works with Win10.

EDIT: @hj2k_x do you want it so the mouse moves to the active window? Can use alt-tab to active window and use this to center your mouse in the active window
https://www.microsoft.com/en-za/p/mousepointerreposition/9ncz1p9hpwfh?activetab=pivot:overviewtab

(Source code is here: https://github.com/rhinterndorfer/MousePointerReposition if you don't want to pay)
Ok ya. That's kind of what I'm looking for...

Costa 17 bucks, that app
 

Johnatan56

Honorary Master
Joined
Aug 23, 2013
Messages
30,955
Ok ya. That's kind of what I'm looking for...

Costa 17 bucks, that app
If you want to use the github repo, download it, install MSBuild and then open a shell as admin and navigate to the root (where the .sln file is) and run `msbuild MousePointerReposition.sln` which should put an MousePointerReposition.exe in /MousePointerReposition/bin/Release/<some folder name, either Debug, Release, Build>/, run that. If you want to transfer it between machines, you only need to transfer the folder in Release.


(MSBuild is packaged with "tools for Visual studio": https://visualstudio.microsoft.com/downloads/?q=build+tools )
 

hj2k_x

Honorary Master
Joined
Jan 22, 2006
Messages
32,115
If you want to use the github repo, download it, install MSBuild and then open a shell as admin and navigate to the root (where the .sln file is) and run `msbuild MousePointerReposition.sln` which should put an MousePointerReposition.exe in /MousePointerReposition/bin/Release//, run that. If you want to transfer it between machines, you only need to transfer the folder in Release.


(MSBuild is packaged with "tools for Visual studio": https://visualstudio.microsoft.com/downloads/?q=build+tools )
Thanks

For now, I've gone oldskool: I've made the mouse pointer as fast as Windows will allow, changed the colour to red so I can see it better on whatever screen it happens to be, and added a trailing tail to it, like its 1995 :)
 

Johnatan56

Honorary Master
Joined
Aug 23, 2013
Messages
30,955
Thanks

For now, I've gone oldskool: I've made the mouse pointer as fast as Windows will allow, changed the colour to red so I can see it better on whatever screen it happens to be, and added a trailing tail to it, like its 1995 :)
1593712959143.png
Just enable the show location when hit ctrl key?
 
Top