11

Is there a keyboard shortcut, or a setting, to make the mouse cursor "jump" to the currently focused window?

I use a dual monitor setup, and after Alt+Tab-ing to a window on the adjacent screen, it would be rather helpful to jump the mouse cursor to the center of it (sort of a like a reverse focus follow).

samus
  • 377

3 Answers3

4

I came over the same problem and developed a small piece of software to help. I published it on the Microsoft Store or you can download the source code here and compile it yourself.

The software runs in background and listens for certain keyboard input (Alt+Tab, Win[+Shift]+Arrow keys, 2xCTRL) and will place the mouse cursor in the center of a active foreground window after all keys are released.

Feedback would be nice so I can try to improve.

4

It took me a long time to find a solution, but even after one hour or so I did not find a working shortcut/software to bring my mouse pointer to another screen.

Most of the tools out there were not working on Windows 10 and i did not like to install some macro-tools and try some selfmade scripts. The solution mentioned above called "MousePointerReposition" is really worth it.

So if you are working on a PC with 2 Screens (or more) you should give it a try.

I am using a Stream Deck Device (Shortcuts to move Windows quickly between 2 Screens) to quickly move windows up and down between my 2 screens (using SHIFT+WIN+RIGHT) and togehter with MousePointerReposition it works like a charm.

3

There are two options available which can help to a limit if not everything you need.

you can control mouse cursor using numeric pad. Under "Ease of access center", you can find setting related to mouse. Turn on "Mouse Keys" to control mouse cursor.

enter image description here

You can also set mouse cursor to jump to default button of screen. Use mouse properties to do that.

enter image description here

Sandeep
  • 1,200