修改windows热键_如何使用热键更改Windows 7中的窗口透明度

修改windows热键_如何使用热键更改Windows 7中的窗口透明度

修改windows热键

修改windows热键_如何使用热键更改Windows 7中的窗口透明度

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.

由于Compiz,Linux有很多吸引人的地方,我最喜欢的是窗口不透明度插件。 使用简短的AutoHotKey脚本,您可以将相同的功能添加到Windows 7。

I 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. I wanted functionality similar to Compiz, so I modified the script to use the mouse wheel and shortened the increments to get more variety.

我使用此AHK脚本作为更改不透明度的基础。 它使用单个热键每次将活动窗口的透明度更改25%,直到将其重置为0。我想要的功能类似于Compiz,因此我修改了脚本以使用鼠标滚轮并缩短了增量以增加种类。

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

只需按住Windows键并向下滚动即可查看窗口。 这会降低不透明度并使窗口更透明。

修改windows热键_如何使用热键更改Windows 7中的窗口透明度

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

按住Win并向上滚动以使窗口更加不透明。

修改windows热键_如何使用热键更改Windows 7中的窗口透明度

There are two additional hotkeys in the script:

脚本中还有两个其他热键:

  • Win+O: This resets your opacity back to 100% instantly.

    Win + O :这将使您的不透明度立即恢复为100%。

  • Win+G: This will show you a tooltip with the current opacity value (from 0-255). It will dismiss itself after 2 seconds.

    Win + G :这将向您显示一个带有当前不透明度值(从0-255)的工具提示。 2秒后它将自行关闭。

I’ve added this to my Linux features script, along with the always-on-top, alt-window-drag, and monitor-off hotkeys.

我已经将其与always-on-topalt-window-dragMonitor-off热键一起添加到了Linux功能脚本中。

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

在下面的下载中,您将找到脚本自己以及一个不使用AutoHotKey的用户的.exe文件。

Download the Opacity AutoHotKey Script & Executable Files

下载Opacity AutoHotKey脚本和可执行文件

翻译自: https://www.howtogeek.com/howto/44915/how-to-change-window-transparency-in-windows-7/

修改windows热键