Friday, February 25, 2011

Roll The Mouse Over A Window and Scroll Works

I'm trying WizMouse. Will report back. I don't really want another thing starting with Windows but it would be nice to have the mouse scroll wheel work when the pointer is over a window without activating the window. So far so good and something that Windows should natively do.

Here is what it uses for resources:

Credit: HowToGeeks

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...