3

I have two monitors side-by-side at the same resolution. The problem with this setup is that Windows makes use of the far corners of all monitors for the Start Button, close buttons, desktop peek, etc., and I now often overshoot these.

How can I keep my dual-monitor setup, but prevent my mouse from switching screens when it's in a far corner?

I imagine that I am looking for some tool that prevents mousing over to the other screen when my cursor is within X pixels of the corner of a desktop. I have tried the following tools:

The problem is both of these seem to prevent mousing over to other screens across the entire border unless some condition is met; I'm looking only to affect the corners of the displays. Lastly, I'm not looking to tweak my resolutions or the positioning of my screens to accomplish this.

dlras2
  • 229

2 Answers2

2

At least with Windows 8, this should be built-in as a 'sticky corners' feature, which applies to 6 pixels at each corner. This question asks about disabling said feature.

The accepted answer to that question was to search for MouseCornerClipLength in the Registry and change each occurrence to 0. Here, you may wish to extend the blocked area, which would require setting a larger value, say 10 or 20.

A quick search indicates that it's actually a per-user setting, and you can set it for the current user at

HKEY_CURRENT_USER\Control Panel\Desktop\MouseCornerClipLength

The other results were in similar locations in HKEY_USERS, which would be the corresponding setting for other users.

Bob
  • 63,170
-3

In all honesty, the simplest solution is to learn to use the keyboard shortcuts. Windows 8 is no longer a mouse-oriented operating system, and pointing devices have become a second-class citizen to the keyboard and touch input.

Put the time into learning how to use the keyboard for these things, and you'll find it's far faster to do things than to use the mouse.

Pulling from Microsoft's List of New Shortcuts and a few pre-existing shortcuts from Windows 7:

  • Windows To open the start menu
  • Windows+C to open charms
  • Windows+D to peek at the desktop, and again to end the peek.
  • Alt+F4 to close a window
  • Windows+Up to maximize a window
  • Windows+Down to un-maximize a maximized window, or to minimize a non-maximized window.
Darth Android
  • 38,658