I think this is finally the way numerical values should be handled with math, for max compatibility with AutoIt2 and max flexibility. 0.2.24 BETA - February 1,...
That's a very good way to do it, it's what I usually do. I thought braces would be easier to remember (and easier for me to code) than something like ...
i.e. & e.g.: That seems like a good suggestion. It sounds like you have experience with documentation clarity. Although it might be hard for me to remember...
Wiew a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] 0.2.25 BETA - February 9, 2004 I'm hoping this can...
this works beautifully: GroupAdd, mail, - Message ( ^Printscreen:: GroupActivate, mail but if i have a second groupadd, with some other window title, it...
I'm using several groups that have more than one GroupAdd and it works for me. You might have to send me the actual parts of the script that don't work....
ah. no, i meant more than one group: settitlematchmode 2 GroupAdd, mail, - Message ( ^Printscreen:: GroupActivate, mail, R GroupAdd, ico, PangeaICO ...
Hotkey labels, such as ^Printscreen::, are just like normal labels: Any statements between them will never get executed (note that there's an implicit "return"...
This seems like a stable version. I've had a lot of help testing it, so thanks to you all, especially Robert Yaklin. There are many more enhancements planned;...
If you have the time to post a review of AutoHotkey, or even just vote on it, feel free to visit the following link (it seems like a nice site btw, I'm glad I...
Any update on an Exe2Ahk? I recently had my hard drive crash on me with 5 years of AutoIt Scripts I had written down the tube (I need to learn to backup)....
It's definitely do-able and I *think* it's pretty straight-forward (I'm asking Jon to be sure). I'll add it to the list. It might be a few months or more...
Coming from being an AutoIt 2 user, I'm curious why BlockInput didn't make it to AutoHotKey, and if it is on the list to be added? I have a lot of scripts that...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] 1.0.01 - February 24, 2004 Fixed...
It's good that you asked (most people don't bother, so I never find out what's important to them). It turns out that's a really easy command to add, so I did...
You could automate it with the GUI: Run, Explorer.exe "%HOMEDRIVE%%HOMEPATH%\Start Menu\Programs" WinWait, %HOMEDRIVE%%HOMEPATH%\Start Menu\Programs ...
Since you said desktop, the first two lines should be this instead: Run, Explorer.exe "%HOMEDRIVE%%HOMEPATH%\Desktop" WinWait, %HOMEDRIVE%%HOMEPATH%\Desktop ...
I stumbled across an even better way: ; Don't enclose anything in quotes: Run, rundll32.exe appwiz.cpl`,NewLinkHere %HOMEDRIVE%%HOMEPATH%\Desktop\ WinWait,...
hi guys! any change or possibility of converting autoit v3 scripts to autohotkey like v2 to ahk? thanks and regards Yahoo! India Insurance Special: Be informed...
Why not just leave it as a v3 script. or perhaps call AutoHotkey from the v3 script (or vice versa) whenever you need a feature that exists only in AutoHotkey....
A fairly minor update: Fixed a bug introduced in the prior version: In rare cases, you had to release and press down a hotkey's modifiers (Ctrl/Alt/Shift/Win)...
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...