I'm just getting a feel for what I can do here, more later
| 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 | |
| TotalClipboard.ahk | 2009-04-20 | ALPHA: This is my attempt to put all things clipboard into one script. A ring of the last 99 clipboard contents that can be scrolled through (both text and graphics). I plan to add support for naming desired clipboard content files, making them permanent. |
| TotalWindow.ahk | 2009-04-20 | BETA: This is my attempt to put all things Windows into one script. - Move and resize the active window to the top/bottom/left/right of the screen. - Enlarge the active window to the Top of the screen, to the Bottom, to the Left or Right - without changing the other settings. - Peek under the active window by making it transparent. - Move the window - Change the size of the window |