Dear List, I'm new to the list but not to Autohotkey. I love it. It has saved me so much time! I was wondering if anyone has messed with controlling Firefox...
NOTE: Although this release has been extensively tested, several low-level enhancements were made. If you have any mission-critical scripts, it is recommended...
Here are the changes: 1.0.46.03: Fixed ListView's floating point sorting to produce the correct ordering. [thanks oldbrother/Goyyah/Laszlo] 1.0.46.02: Fixed...
Here are the changes: Fixed the Input command to allow named end keys like {F9} to work even when the shift key is being held down (broken by v1.0.45). [thanks...
Here are the changes: Applied minor fixes and improvements to regular expressions by upgrading from PCRE 6.7 to 7.0. One of the most notable improvements is...
Just downloaded the software and read through some of the help file. Looks like some very nice software. Thanks in advance to the developer. I have a...
... I quickly wrote a short script for you. It's probably not the most elegant solution (see comments in the code), but it should work just fine: /* start of...
Hi F.D., Thanks for the script, it is everything I need. This will make a world of difference when my duaghter interacts with the computer. Heck, her school...
Here are the changes: Fixed crash of illegally-named dynamic variables on the left of an equal-sign assignment (broken by 1.0.45). [thanks PhiLho] Fixed...
Here are the changes: Fixed unreliability of ComSpec and environment variables on Windows 9x (broken by v1.0.46.07). [thanks Loriss] Changed the Terminal...
Hi, I was experimenting with the "Input" command and came across a problem. In the following script, if you type the letter 'a', you're prompted to type the...
Can autohotkey monitor my incoming yahoo mail and send out custom responses? I get notices from clients. I respond with a few set answers based on keywords in...
Here are the changes: Fixed ":=" deep inside expressions when used to assign the result of a recursive function to a local variable (broken by 1.0.46.06)....
Here are the changes: Fixed StringSplit inside assume-local functions so that it creates a local array even when OutputArray0 exists as a global but not a...
RunWait's doc says "Some programs will appear to return immediately even though they are still running; these programs spawn another process." Would anyone be...
Hello Dan, There could be some demand for RunWaitChildren; but it might be best to first implement it in a script via DllCall (assuming it's feasible). Also, ...
it would be ok to do a run-wait on the app and on exit see if it's child processes exist by doing an ifexist on the exe's of the child processes which are ...
why do we need a password at-all with the /nodecompile option... it should automatically create a maximum sized (64bit should do the trick) password on...
... It's constrained by the current architecture, part of which is proprietary and to which I have no access. Also, you may know that auto-generating truly...
If anyone is bothered by the spam being sent to the mailing list lately, you might want to unsubscribe from it and instead join the private AutoHotkey mailing...
Here are the changes: Fixed inability to have a function-call as the first item in certain comma-separated expressions. [thanks Majkinetor] Fixed WinTitles...
Here are the changes: Fixed hotkeys like *x to fire even when x is also a hotkey that is prevented from firing due to #IfWin. [thanks Joy2DWorld & Engunneer] ...
Here are the changes: Fixed GuiControl, GuiControlGet, and "Gui ListView/TreeView" to support static variables and ByRefs that point to globals/statics....
Here are the changes: Fixed "Gui, Tab, TabName" when used after a previous "Gui Tab". [thanks Toralf] Improved SetTimer to treat negative periods as "run only...
Hi, I have just joined this Autohotkey list but have not seen any traffic. Hopefully someone can help with a macro which is giving me trouble. While in Excel,...
Hi there, ... The AHK forums (http://www.autohotkey.com/forum/) are where most people hang out - and you don't even need to register an account if you don't ...
Here are the changes: Added support for function libraries, which allow a script to call a function in an external file without having to use #Include....
Here are the changes: Fixed RunAs not to crash or misbehave when a domain is specified. [thanks Markus Frohnmaier] Changed relational operators to yield...
I'm new to AHK, and have the script below assigned to Win-Q. What I'd really like to do is have it repeat every time I press Win+Q. [Right now it runs once,...