If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed Send of {ASC nnnn} so that...
I don't know if this is a feature or not, but if it isn't it would be nice if AutoHotKey could use windows idle timer to kick off commands. Either have the...
... commands. Either have the ability to start a command as soon as the computer went idle, or if the computer had been idle for x number of seconds / minutes....
... I'll see what I can do. You could also do it with a combination of the commands StringLeft, StringTrimLeft, and StringUpper -- though it might be a little...
the AutoHotKey syntax checking is good... but if i have something like: Sleep Sleep ...then i get an syntax error for the first Sleep and the program aborts. i...
It's a good idea, but fairly complex to implement since some errors early on make it hard to determine whether further error-checking should even be attempted,...
hmm. i doubt that it would be quicker than all at once, but it would most definitely be an improvement. yes, please add it and also keep the original idea on...
Hi! I'm not sure if it's a bug or not: The command "reload" creates a new instance of AutoHotkey every time it is executed in a script. The new icon(s) are...
Thanks, I'm going to look into it. ... From: ychriz04 [mailto:ychriz04@...] Sent: Tuesday, March 02, 2004 10:01 AM To: AutoHotkey@yahoogroups.com Subject:...
I would like to use Alt-Tab while holding the right mouse button and moving the wheel. It's faster than the middle key click and scroll, at least on my mouse....
By default, a key that's a prefix for a hotkey (RButton in this case) has no effect when it's pressed alone (unless it's CTRL/ALT/SHIFT/WIN). However, you can...
Feel free to visit and post to the forum (I know some people prefer it over the mailing list). http://www.autohotkey.com/forum/ It has zero posts at the...
I found the problem: If you have a MsgBox or other dialog displayed on the screen at the time you do the reload, the app hangs. Thanks for finding this bug,...
... Yes, that really was the difference between my tests at home and at work. (Both version 1.0.02/03) Here my code for testing: ^!R:: MsgBox, "Reloading" ;...
i've discovered that sometimes, after i have locked my computer with Windows+L and then come back and unlocked, some key definitions can be messed up. for...
... Windows+L and then come back and unlocked, some key definitions can be messed up. for example, today i found that down arrow was closing mail messages in...
... Windows+L and then come back and unlocked, some key definitions can be messed up. for example, today i found that down arrow was closing mail messages in...
Done with pleasure. Thanks for this great software and continued enhancement! Another note: Is there a way to parse webpages using AHK? (i.e. URLDownloadToFile...
Thank you (and everyone else who commented or voted). If it's easy to adapt from the AutoIt source code, I'll add URLDownloadToFile to the next release, due...
I tried to get as many requests as I could into this version. I still have many more things on the to-do list. Feel free to suggest what should be of highest...
Oops, I left this out: Added remote registry support to registry-loops, RegRead, RegWrite, and RegDelete. Simply prepend the computer name to the root key, as...
... commands. Either have the ability to start a command as soon as the computer went idle, or if the computer had been idle for x number of seconds / minutes....
Chris, I replied to this on the forum: http://www.autohotkey.com/forum/viewtopic.php?p=22#22 thanks, beardboy ... From: Arch To: AutoHotkey@yahoogroups.com ...
Thanks. I'm also adding NumpadPgUp and related, which were also omitted from the docs. That's a nice cryptic tagline there... I think I actually grok it now....
As before, I tried to get as many requests as I could into this version. I still have many more things on the to-do list (see the bottom of this e-mail for...