Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 60 - 89 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
60
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 ...
Arch
cmallett2
Offline Send Email
Apr 2, 2004
7:43 pm
61
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...
Arch
cmallett2
Offline Send Email
Apr 5, 2004
4:43 pm
62
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...
Arch
cmallett2
Offline Send Email
Apr 15, 2004
12:27 pm
63
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed FileSelectFile on Windows...
Arch
cmallett2
Offline Send Email
Apr 27, 2004
3:05 pm
64
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...
Arch
cmallett2
Offline Send Email
May 11, 2004
9:33 am
65
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...
ygw2@...
jack_horsfield
Online Now Send Email
May 20, 2004
7:26 am
66
i have a script that sets the state of lots of checkboxes on a framemaker dialog: WinActivate Adobe FrameMaker send !fio WinWaitActive Import Formats ...
ygw2@...
jack_horsfield
Online Now Send Email
May 20, 2004
8:21 am
67
... 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...
Arch
cmallett2
Offline Send Email
May 20, 2004
5:06 pm
68
... 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...
Arch
cmallett2
Offline Send Email
May 20, 2004
6:11 pm
69
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:...
ygw2@...
jack_horsfield
Online Now Send Email
May 21, 2004
10:23 am
70
doc bug: WinGetClass does not appear in the Index. jack Chug, chug, chug. Puff, puff, puff. Ding-dong, ding-dong. ... From: ygw2@... ...
ygw2@...
jack_horsfield
Online Now Send Email
May 21, 2004
10:28 am
71
... Thanks....
Arch
cmallett2
Offline Send Email
May 21, 2004
11:26 am
72
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...
ygw2@...
jack_horsfield
Online Now Send Email
May 24, 2004
12:18 pm
73
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...
Arch
cmallett2
Offline Send Email
May 25, 2004
7:13 pm
74
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:: ...
ygw2@...
jack_horsfield
Online Now Send Email
May 26, 2004
10:37 am
75
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...
Arch
cmallett2
Offline Send Email
May 26, 2004
2:35 pm
76
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...
ygw2@...
jack_horsfield
Online Now Send Email
May 26, 2004
2:48 pm
77
... 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 ...
Arch
cmallett2
Offline Send Email
May 26, 2004
5:44 pm
78
I'm pretty sure the ExcludeText parameter of all windowing commands has always been broken. Does anyone actually use this, or can you envision any ...
Arch
cmallett2
Offline Send Email
May 27, 2004
10:53 am
79
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) ...
ygw2@...
jack_horsfield
Online Now Send Email
May 28, 2004
10:54 am
80
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,...
Arch
cmallett2
Offline Send Email
May 28, 2004
11:48 am
81
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...
ygw2@...
jack_horsfield
Online Now Send Email
May 28, 2004
11:59 am
82
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed the script compiler...
Arch
cmallett2
Offline Send Email
Jun 1, 2004
1:19 pm
83
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...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 2, 2004
8:17 am
84
... 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...
Arch
cmallett2
Offline Send Email
Jun 2, 2004
6:33 pm
85
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...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 3, 2004
8:13 am
86
... 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...
Arch
cmallett2
Offline Send Email
Jun 3, 2004
3:44 pm
87
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...
Arch
cmallett2
Offline Send Email
Jun 3, 2004
11:23 pm
88
the updated script works nicely. i usually have one script with all my key definitions in and that changes frequently. i've solved the problem of...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 7, 2004
11:58 am
89
... 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...
Arch
cmallett2
Offline Send Email
Jun 7, 2004
12:43 pm
Messages 60 - 89 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help