Windows 7 键盘快捷键使当前窗口透明?

Jer*_*mpe 5 windows-7 transparency

是否有键盘快捷键或某种设置可以使当前窗口透明?

我经常在窗户之间来回走动。如果我能让我看到的窗口透明,那就更好了。

Pho*_*shi 3

#Space:: ;Show windows under pointed-at.
    WinSet, Transparent, 25, A
return
#Space UP:: ;Restores window when you release the keys
    WinSet, Transparent, OFF, A
return
Run Code Online (Sandbox Code Playgroud)

AutoHotKey 可以做到!没有花哨的玻璃效果,但窗户是透明的。这是 Windows 键和空格键。