On Mac OS X I can mouse over something (without clicking on it or giving it complete focus) and use the scroll wheel to scroll it. On Windows (7 at least) which I'm forced to use in my new job, it does not work this way. Is there any way to change this behavior?

I notice that Firefox does this within the app: if any Firefox windows have focus then you can scroll any other Firefox window that doesn't. (So at least the Firefox people think this is a useful feature! And so anyone not familiar with how it works on OS X can see what I'm talking about.)

I remember TweakUI (which does not seem to be available for Windows 7) having a setting for "Focus follows mouse", but I don't recall if it allowed setting that only for the scroll wheel. I don't want the full X-Windows style focus-follows-mouse setting, just the ability to scroll whatever I mouse over.

link|improve this question

50% accept rate
1  
i like this feature too, but i'm on linux (Debian 5.0.8) with Gnome 2.22.3; i even modified mupdf (a fast pdf viewer) to page with the scroll wheel. – Dan D. Dec 16 '11 at 17:13
An explanation of how you modified mupdf, explaining each line of code added/modified/removed would make an interesting blog post! – Brandon May 10 at 14:24
feedback

3 Answers

up vote 1 down vote accepted

To get my Windows installation to scroll like Linux does (whatever the mouse is over is scrolled without necessarily having to have focus), I use a very small freeware app called AlwaysMouseWheel. Couldn't live without it on Windows.

link|improve this answer
This is awesome! It works, and since it is portable I don't have to get permission from my manager to install it. (A nasty side-effect of working in a Windows shop is the paranoia about installing software.) – Brandon May 3 at 14:07
Glad it works - it doesn't require installation, so it's easy to run from a USB stick or something and you don't have to worry about admin rights etc. – aaamos May 3 at 14:14
feedback

My favored solution is to use Wizmouse.

The Ease of Access setting merely sets Window Focus. Wizmouse sends scroll commands to the underlying window without setting the active window.

There are a few caveats. Namely, WPF and Silverlight application with subpanes won't play nice. For WPF application examples that would be Visual Studios and Expressions Studios. Some areas of Powerpoint also get whacked, but otherwise it performs as expected.

link|improve this answer
This seems to recreate the OS X style of scrolling non-focused windows quite well, a new must-have program on my Windows machines! – Nick Dec 16 '11 at 19:31
Sorry I haven't tested this yet because it is hard to get permission for installation of software that doesn't help me do development in some obvious way. (Anything that modifies the OS's default behavior is especially highly suspect.) – Brandon May 3 at 14:09
feedback

NEW INFO:

If you've got Windows 7, it's in the accessibility settings: http://www.howtogeek.com/howto/windows-vista/switch-windows-by-hovering-the-mouse-over-a-window-in-windows-vista/

Some mouse drivers all this. It's a modification of "set focus".

Basically, in Windows the developers assumed you may not necessarily want to control what your mouse is over, and so they told the system to wait for you to click on a window before focus was removed from the previous window and assigned to the one you selected.

If the system is set to "set focus" to whichever program your mouse pointer is over, if you're merely trying to get your mouse out of the way and you move it over a different window, whatever you are doing will start occurring in whatever window your mouse is over. You cannot separate "scroll focus" from "full focus".

As long as you're aware of this and know how it may affect how you use your computer, if your mouse is capable of this (it's dependent on your mouse and drivers) you should find an option in your Mouse settings in the Control Panel.

link|improve this answer
This is not what I was asking for. That setting brings the window to the top. I simply want to scroll it where it is. This was explained in the last paragraph of my question, especially the last sentence. – Brandon May 10 at 14:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.