If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed the script compiler...
i don't suppose it would be easy to do a minimise to tray function? i seem to be using autohotkey for all my window management these days and that is the only...
... seem to be using autohotkey for all my window management these days and that is the only function i'm lacking. You've motivated me, so I created something...
i'm on hol for a couple of days, so only had time for a brief test. this is working very nicely. a nice bit of lateral thinking. as usual, an enhancement...
... minimised windows? that way i can distinguish it from the others? The ability to load a new icon while the script is running is on the to-do list. In the...
I updated the installer with the ability to do custom tray icons (Use Menu, Tray, Icon, Filename [, IconNumber]). In case you want to use this feature prior...
... one by making the windows taskbar hide the one with the key definitions. Maybe you didn't see my msg (or it didn't go through) to this mailing list about...
aha! yes, i saw it, but didn't realize that autohotkey already had some more icons. i thought i needed to go off looking for some. that works nicely. thanks ...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed hook hotkeys that used a...
i've had this working for several days now, which is the most stable it's ever been. the solution was to change: send !fio to: send !f send i send o maybe that...
well, if you don't ask... i use ShortKeys Lite to get abbreviations expanded. for example, i have a definition that makes 'mst' automatically expand into...
That is pretty unexpected. I fear that your result is a coincidence because I checked the key history for your example and the keystrokes sent are exactly the...
That feature was added in v1.0.10 and is described here: http://www.autohotkey.com/docs/commands/Input.htm However, this isn't exactly what you wanted. I...
i've been keeping up to date with the latest versions. i've been running .13 all of today and it's been working ok. it was working ok yesterday with .12 i'll...
... ..except that there has to be a suffix key of some sort, to prevent abbreviations being expanded when they happen to occur in the middle of words. the...
... The above would support a space if you had one after the mst. But you'd probably also want it to auto-replace if you pressed Enter, Tab, or comma after...
... The example in my previous post can probably be further enhanced by adding other punctuation, such as period, exclamation point, question mark, semicolon,...
I just realized that you can't use shifted chars, such as !:? as ending chars. Well you can, but they're treated as their unshifted counterparts. So I...
to everyone, sending an email to AutoHotkey@yahoogroups.com causes it to be sent to ALL and EVERYONE on the list. if you want the topic to be read by all,...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Improved Window Spy so that it...
... installer problem NSIS Error. Thanks, it was a corrupt file on the first download site. It's been fixed now, so you can re-download if you need to: ...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed "Menu, MyMenu, Show" so that...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Possible script-breaking changes:...
the hotstrings look absolutely superb! i immediately dumped my ShortKeys Lite and copied all my definitions into my autohotkeys script. i use them a lot, so...
Great, I was hoping you would try it out since your comments were part of my motivation for doing it. It definitely needs real-world testing; I'll welcome any...
this has been working very well. i haven't found the bug yet! ... i looked at Input, but i think that is always going to need a key introducer. jack ...