I'm just getting a feel for what I can do here, more later.
Things that I wrote:
| fix chrome a0 to space.ahk | When you click the Copy link above any code in the forum, google's chrome browser introduces a x'a0' everywhere that a "& nbsp" is (the leading 'blank' positions of the line usually). When you then paste this into a file and try to run it AutoHotKey will complain about it. I now use the Copy link and then this script to change any x'a0' characters to a space BEFORE I paste the clipboard into a file. |
| test imagesearch.ahk | While testing imagesearch I wrote this standalone script to create its own picture to search for and then to search for it and report back where it found the picture and what variation it finally succeeded with |
Things that I use:
| dbgview.exe | I use this with the OutputDebug function to make debugging easier. All my calls to OutputDebug start with the filename, so I can easily filter the dbgview output. |
| QuickAHK | This is great for whipping up a quick script and running it. If I like the results I can save it to a file, otherwise I can recall it later from the history. |
| QuickReminder | This allows me to generate a quick reminder for the future. Now, if I would only stop ignoring the one about jumping on the trampoline every 2 hours! |