Browse Source

Upload files to ''

liuyuqi 4 years ago
parent
commit
183e530bac
1 changed files with 5 additions and 7 deletions
  1. 5 7
      win+enter_窗体顶置.ahk

+ 5 - 7
win+enter_窗体顶置.ahk

@@ -1,7 +1,5 @@
-#space:: 
-    ;将当前激活窗口存入变量w
-    WinGetActiveTitle, w
-    ;对w窗口置顶,Toggle表示在on 与 off 中切换
-    Winset, AlwaysOnTop, Toggle, %w%
-    ;返回执行
-return
+#space:: 
+	WinGetActiveTitle, w     	;将当前激活窗口存入变量w
+	Winset, AlwaysOnTop, Toggle, %w%   ;对w窗口置顶,Toggle表示在on 与 off 中切换
+	WinSet, Transparent, 200, A    ;透明0-255
+Return