Automate my Task
I commissioned Maestrith (Author of AHK Studio) to develop Automate my Task which simplifies writing AutoHotkey syntax around finding and clicking images / text on a Windows computer. In some ways it is similar to the FindText() function although it takes the Automation part further!
Currently the script is still under development but I think it is ready to get user input. I’ve created the below tutorials to help learn how to use it however, I’m sure the functionality is going to change due to some user design teaks and functionality changes. Just a reminder, if you Automate my Task useful, I’m happy to accept some $
Click here to get the current version of Automate my Task. Since I’m paying to have this script developed, I would appreciate it if you’d share the link to this page instead of sharing the program itself. This will also ensure people can get the latest version of the script.
Updates to Automate my Task
- Re-Arranged a lot of things
- Removed duplicate steps
- Removed “section” for setting offset
- Added “Show Offset” button (thanks Jackie for helping with this!)
- Updated “Action” so it will grab the current Edit window (Thanks again Jackie!)
- Added restore position when action is an Actual Mouse click
- Added option to have a new line in the export
- Now using Maestrith’s Notify class to show content of export
Here’s a video highlighting the updates to Automate my Task
Automate my Task Tutorials
Here are the tutorials for Automate my Task for writing AutoHotkey syntax (I’ll update the below videos after I’m satisfied with the changes / updates being made)
- Selecting an Area
- Actions taken
- Double-Clicking and item
- Choose Matching Index
- Recapture and Color Threshold
- Steps, Creating Multiple Steps, Duplicating, Deleting, and Clearing
- Setting text and Offset for text
- Window Title Matching and Window Class
- Wait for Window
- Exporting the script and Function
- Change Capture Size
- When things go wrong and User Feedback