Skip to content

Commit

Permalink
General 插件:添加 <AlwaysOnTop>
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Apr 22, 2018
1 parent efe1559 commit db78cbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/General/General.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1088,3 +1088,7 @@ return
<SuspendMachine>:
DllCall("PowrProf\SetSuspendState", "int", 0, "int", 0, "int", 0)
return

<AlwaysOnTop>:
WinSet, AlwaysOnTop, on, A
return

0 comments on commit db78cbf

Please sign in to comment.