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,...
... Each hotkey should generally end in a "return". To break out of a loop via the press of a hotkey, see the FAQ at http://www.autohotkey.com/docs/FAQ.htm If...
Here are the changes: Fixed the Number option of Edit controls to properly display a balloon tip when the user types something other than a digit. [thanks...
Here are the changes: Fixed expressions to allow literal negative hexadecimal numbers that end in "E"; e.g. fn(-0xe). [thanks Laszlo] Fixed block syntax to...
What is the syntax for assigning a sequence of keys to a single keyboard key? As in assigning the sequence of ctrl+rightarrow, followed by leftarrow to f1? ...
Here are the changes: Fixed key-up hotkeys like "a up::" not to block the pressing of the "a" key unless the hotkey's #IfWin criteria are met. [thanks Roland] ...
a button is in a window (is that called a control?, a radio button?) I need to click on it, and then need to wait until it pops back up and is no longer grey. ...
Here are the changes: Fixed the Sort command: 1) fixed the "function" option not to misbehave when it's the last option in the list; 2) fixed the "unique"...
Hi. I am new to AutoHotKey and I am absolutely loving it, but sometimes it seems to go into "Windows Start key" lock or Control lock, so that when I press...
Hi. AutoHotKey is locking up my Start key. so when I press "h", this engages my #h macro. any suggestions for debugging this? this usually happens after I...