Instead of doing a bunch of the smaller requests, I decided to do one of the big ones (customizing the tray icon menu). I haven't forgotten the other ...
The following is a proposed change log entry for the next release: Added Rajat's TextPad syntax file and clip library to the Extras folder (which is accessible...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed a small memory leak in Run...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed FileSelectFile on Windows...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed all the windowing commands...
i don't suppose it would be possible to add a settitlematchmode for an exact title match? i have some CHM files that i often refer to that, unfortunately, show...
i have a script that sets the state of lots of checkboxes on a framemaker dialog: WinActivate Adobe FrameMaker send !fio WinWaitActive Import Formats ...
... about 20 AutoHotKey processes running (each with an icon in the taskbar). the only thing i can do to stop it is reboot. It sounds as though one of the Send...
... exact title match? It's a good idea, and not too hard so I did it. Here are the most recent changes applied to the 1.0.10 Installer, which you can...
i have tried titlematchmode = 3. it works a treat and simplifies my defs somewhat. thanks jack the work expands to fill the processor available to it ... From:...
i'm trying WinMenuSelectItem, which works ok at the moment. the other ways i tried also worked most of the time, so it will take a while before i'm sure this...
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed FileSelectFile so that it...
i tried this: RControl:: send, !{TAB} return ... but just sends a TAB. i can do the same definition on scrollLock and it works fine. i also tried: *RControl:: ...
The problem with Alt-tab has to do with its special nature. Apparently, the OS has some low level handling for Alt-tab which detects that the control key is...
the {RCtrl Up}!{TAB} works a treat! the built-in sequences work only sometimes... i'm using XP. thanks jack The Author asserts the moral right to be...
... The only time I have trouble with them is when a modifier key is stuck down somewhere, which interferes with the Alt-Tab menu. If you ever have time to ...
well, WinMenuSelectItem was working... now it isn't. i discovered that it does work if i now add the & in the appropriate places for the menus (such as &File) ...
No, nothing has changed that could explain that. As a test, I ran this, which works on Notepad even without the &'s. Give it a try if you get a chance: Run,...
you're right -- your test works fine. framemaker is a bit of a strange application. i'll keep trying to get to the bottom of it. thanks jack bystanders are...
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...