Windows 7 Change Window Transparency in Windows 7 with a Hotkey

Gman496

Super Moderator
Staff member
How To Change Window Transparency in Windows 7 with a Hotkey


banner29532275.png



Linux has a lot of eye-candy because of Compiz, my favorite of which is the window opacity plugin. Using a short AutoHotKey script, you can add that same functionality to Windows 7.

My friends over at How To Geeks used this AHK script as a basis for changing opacity. It uses a single hotkey to change the active window’s transparency by 25% each time until it resets to 0. They wanted functionality similar to Compiz, so they modified the script to use the mouse wheel and shortened the increments to get more variety.

Just hold down the Windows key and scroll down to see through the window. This decreases opacity and makes windows more transparent.


opacitylow9734192.png





Hold Win and scroll up to make the window more opaque.




opacityhigh9789322.png



There are two additional hotkeys in the script:

* Win+O: This resets your opacity back to 100% instantly.
* Win+G: This will show you a tooltip with the current opacity value (from 0-255). It will dismiss itself after 2 seconds.


In the download below, you’ll find the script itself and an exe file for those of you who don’t use AutoHotKey.



Download the Opacity AutoHotKey Script & Executable Files

-
 
Back
Top