-
-
Save kdrx/f30c823f92be6a40df227872d03c9321 to your computer and use it in GitHub Desktop.
Revisions
-
rrcgat created this gist
Jun 20, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ ;================================================== ;** 快捷键 Win+ESC 使当前窗口置顶/取消置顶 ;================================================== #Esc:: WinSet, AlwaysOnTop, toggle,A WinGetTitle, getTitle, A Winget, getTop,ExStyle,A if (getTop & 0x8) TrayTip 已置顶, 窗口标题: `n%getTitle%,10,1 else TrayTip 取消置顶, 窗口标题:`n %getTitle%,10,1 return