devwiki:autohotkey

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

devwiki:autohotkey [2021/08/28 07:48] – created yingdevwiki:autohotkey [2021/12/11 19:16] (current) – [Windows System GUI Automation Scripting] ying
Line 53: Line 53:
 Return Return
 #IfWinActive #IfWinActive
 +</code>
 +  * window toggle AlwaysOnTop (works on win10 as well) (ref: https://www.groovypost.com/howto/howto/windows-programs-always-on-top/) <code>
 +^SPACE::  Winset, Alwaysontop, , A
 </code> </code>
   * window toggle maximize <code>   * window toggle maximize <code>
  • devwiki/autohotkey.txt
  • Last modified: 2021/12/11 19:16
  • by ying