Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
it is suggested that you put things into
```AutoHotkey
IfWinActive window_condition
...
IfWinActive
```
Include
-
You can use
#include file_path
to include a AutoHotKey scripts (as if the content of the included file …