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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 29 - 58 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29
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...
Arch
cmallett2
Offline Send Email
Mar 1, 2004
7:52 pm
30
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...
fubatch
Offline Send Email
Mar 2, 2004
12:10 am
31
Any chance of a StringTitle command to switch a string to Title Case? thanks, beardboy...
fubatch
Offline Send Email
Mar 2, 2004
1:01 am
32
Any chance of a StringTitle command to switch a string to Title Case? thanks, beardboy...
fubatch
Offline Send Email
Mar 2, 2004
1:02 am
33
... commands. Either have the ability to start a command as soon as the computer went idle, or if the computer had been idle for x number of seconds / minutes....
Arch
cmallett2
Offline Send Email
Mar 2, 2004
3:30 am
34
... I'll see what I can do. You could also do it with a combination of the commands StringLeft, StringTrimLeft, and StringUpper -- though it might be a little...
Arch
cmallett2
Offline Send Email
Mar 2, 2004
3:35 am
35
the AutoHotKey syntax checking is good... but if i have something like: Sleep Sleep ...then i get an syntax error for the first Sleep and the program aborts. i...
ygw2@...
jack_horsfield
Online Now Send Email
Mar 2, 2004
10:51 am
36
It's a good idea, but fairly complex to implement since some errors early on make it hard to determine whether further error-checking should even be attempted,...
Arch
cmallett2
Offline Send Email
Mar 2, 2004
1:16 pm
37
hmm. i doubt that it would be quicker than all at once, but it would most definitely be an improvement. yes, please add it and also keep the original idea on...
ygw2@...
jack_horsfield
Online Now Send Email
Mar 2, 2004
1:42 pm
38
Hi! I'm not sure if it's a bug or not: The command "reload" creates a new instance of AutoHotkey every time it is executed in a script. The new icon(s) are...
ychriz04
Offline Send Email
Mar 2, 2004
3:01 pm
39
Thanks, I'm going to look into it. ... From: ychriz04 [mailto:ychriz04@...] Sent: Tuesday, March 02, 2004 10:01 AM To: AutoHotkey@yahoogroups.com Subject:...
Arch
cmallett2
Offline Send Email
Mar 2, 2004
4:20 pm
40
I would like to use Alt-Tab while holding the right mouse button and moving the wheel. It's faster than the middle key click and scroll, at least on my mouse....
naveed7000
Offline Send Email
Mar 2, 2004
4:53 pm
41
By default, a key that's a prefix for a hotkey (RButton in this case) has no effect when it's pressed alone (unless it's CTRL/ALT/SHIFT/WIN). However, you can...
Arch
cmallett2
Offline Send Email
Mar 2, 2004
5:39 pm
42
Feel free to visit and post to the forum (I know some people prefer it over the mailing list). http://www.autohotkey.com/forum/ It has zero posts at the...
Arch
cmallett2
Offline Send Email
Mar 2, 2004
9:00 pm
43
I found the problem: If you have a MsgBox or other dialog displayed on the screen at the time you do the reload, the app hangs. Thanks for finding this bug,...
Arch
cmallett2
Offline Send Email
Mar 2, 2004
9:07 pm
44
... Yes, that really was the difference between my tests at home and at work. (Both version 1.0.02/03) Here my code for testing: ^!R:: MsgBox, "Reloading" ;...
ychriz04
Offline Send Email
Mar 3, 2004
1:37 pm
45
i've discovered that sometimes, after i have locked my computer with Windows+L and then come back and unlocked, some key definitions can be messed up. for...
ygw2@...
jack_horsfield
Online Now Send Email
Mar 3, 2004
4:00 pm
46
... Windows+L and then come back and unlocked, some key definitions can be messed up. for example, today i found that down arrow was closing mail messages in...
Arch
cmallett2
Offline Send Email
Mar 3, 2004
8:26 pm
47
... Windows+L and then come back and unlocked, some key definitions can be messed up. for example, today i found that down arrow was closing mail messages in...
Arch
cmallett2
Offline Send Email
Mar 4, 2004
12:45 am
48
yup, that's exactly it. the workaround works. thanks jack Not used. Pre-enjoyed. ... From: Arch [mailto:arch78.at.tampabay.rr.com@...] ...
ygw2@...
jack_horsfield
Online Now Send Email
Mar 4, 2004
7:08 am
49
Done with pleasure. Thanks for this great software and continued enhancement! Another note: Is there a way to parse webpages using AHK? (i.e. URLDownloadToFile...
Jason Byrmer
cobram3
Offline Send Email
Mar 6, 2004
10:53 am
50
Thank you (and everyone else who commented or voted). If it's easy to adapt from the AutoIt source code, I'll add URLDownloadToFile to the next release, due...
Arch
cmallett2
Offline Send Email
Mar 6, 2004
12:45 pm
51
I tried to get as many requests as I could into this version. I still have many more things on the to-do list. Feel free to suggest what should be of highest...
Arch
cmallett2
Offline Send Email
Mar 6, 2004
11:01 pm
52
Oops, I left this out: Added remote registry support to registry-loops, RegRead, RegWrite, and RegDelete. Simply prepend the computer name to the root key, as...
Arch
cmallett2
Offline Send Email
Mar 6, 2004
11:20 pm
53
... commands. Either have the ability to start a command as soon as the computer went idle, or if the computer had been idle for x number of seconds / minutes....
Arch
cmallett2
Offline Send Email
Mar 7, 2004
9:09 am
54
Chris, I replied to this on the forum: http://www.autohotkey.com/forum/viewtopic.php?p=22#22 thanks, beardboy ... From: Arch To: AutoHotkey@yahoogroups.com ...
beardboy2@...
fubatch
Offline Send Email
Mar 7, 2004
5:31 pm
55
i see i can do: send {ScrollLock} ...but {ScrollLock} is not documented under Send. jack Untabling his hands, he lapped them stomachways...
ygw2@...
jack_horsfield
Online Now Send Email
Mar 10, 2004
9:20 am
56
Thanks. I'm also adding NumpadPgUp and related, which were also omitted from the docs. That's a nice cryptic tagline there... I think I actually grok it now....
Arch
cmallett2
Offline Send Email
Mar 10, 2004
12:52 pm
57
William Gibson jack sedum spurium fuldaglut ... From: Arch [mailto:arch78.at.tampabay.rr.com@...] Sent: 10 March 2004 12:53 To:...
ygw2@...
jack_horsfield
Online Now Send Email
Mar 10, 2004
1:04 pm
58
As before, I tried to get as many requests as I could into this version. I still have many more things on the to-do list (see the bottom of this e-mail for...
Arch
cmallett2
Offline Send Email
Mar 15, 2004
1:50 pm
Messages 29 - 58 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