Skip to content

Gold512/ahk-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ahk-utils

Useful utilities for autohotkey
Most of the functions have inline documentation

controller.ahk

read window screen and send inputs in the background

Usage: Controller(input, ouput)

Input: the hwnd of the input control, 'user' inputs are sent here Output: the hwnd of the output control, pixel colors are sent here

Where ctrl is an instance of Controller

logger.ahk

see inline documentation (may write docs later)