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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 107 - 136 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
107
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Possible script-breaking changes:...
Arch
cmallett2
Offline Send Email
Jul 15, 2004
7:47 pm
108
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...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 16, 2004
8:35 am
109
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...
Arch
cmallett2
Offline Send Email
Jul 16, 2004
12:07 pm
110
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 ...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 19, 2004
6:42 am
111
... jack ... From: ygw2@... [mailto:ygw2.at.jackh.mailshell.com@...] Sent: 19 July 2004 07:44 To:...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 19, 2004
7:18 am
112
... example Since hotstrings are a lot like hotkeys, you can do that by using the Send ... SetKeyDelay 0 IfWinActive ahk_class IEFrame ; MSIE { ...
Arch
cmallett2
Offline Send Email
Jul 19, 2004
12:23 pm
113
hmm. yes, this works very nicely. your A_EndChar sounds like it would be useful too. thanks jack A bug is not just for Christmas ... From: Arch ...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 19, 2004
1:53 pm
114
... I just updated the installer with that in case you need it. Here are the changes: Fixed auto-replace hotstrings so that end-chars reserved by the Send ...
Arch
cmallett2
Offline Send Email
Jul 19, 2004
7:22 pm
115
i occasionally have problems when running a vmware image (that does not have hotkeys) on my PC (which does have hotkeys) sometimes everything goes completely...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 23, 2004
8:40 am
116
Next time that happens, double click the tray icon and choose View > Key History. That will tell you which modifier keys AHK thinks are down. If you see a...
Arch
cmallett2
Offline Send Email
Jul 23, 2004
12:37 pm
117
ok, will do ta jack the circling gorillas are now swooping ... From: Arch [mailto:arch78.at.tampabay.rr.com@...] Sent: 23 July 2004...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 23, 2004
12:46 pm
118
someone else here at work has the key definition shown below. when he locks the PC (ctrl-alt-del or #l) and then comes back, this key definition does not work....
ygw2@...
jack_horsfield
Online Now Send Email
Jul 27, 2004
7:31 am
119
i just managed to sell another copy of autohotkey :) however, the chap asked about the key logging functionality. since it was recording the last 40 key...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 27, 2004
2:02 pm
120
Note that the key history is only maintained if the keyboard hook is installed. Otherwise, only the script's own keyboard events are captured; nothing...
Arch
cmallett2
Offline Send Email
Jul 27, 2004
5:19 pm
121
... locks the PC (ctrl-alt-del or #l) and then comes back, this key definition does not work. his other key defitions are not affected. a reload of the script...
Arch
cmallett2
Offline Send Email
Jul 28, 2004
3:58 am
122
ah, i didn't know about the .exe route -- i rarely compile scripts. he's quite happy with using a .exe as to whether you should add an option to turn off the...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 28, 2004
8:51 am
123
... possibly. what does anybody else think? people get very upset about password security these days. I've added a to-do list item to have an option to control...
Arch
cmallett2
Offline Send Email
Jul 28, 2004
10:45 am
124
excellent. i think possibly that this is some thing that many people may *want* rather than *need*. cheers jack bystanders are rarely innocent ... From: Arch ...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 28, 2004
11:38 am
125
... locks the PC (ctrl-alt-del or #l) and then comes back, this key definition does not work. his other key defitions are not affected. a reload of the script...
Arch
cmallett2
Offline Send Email
Jul 28, 2004
7:54 pm
126
yes, that fixes the dodgy key definition. thanks jack the gorillas are circling overhead ... From: Arch ...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 29, 2004
6:48 am
127
as one of those people whose debugging often consists of spraying message boxes around, it would be nice to be able to write to a log window. there is an...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 30, 2004
9:44 am
128
... boxes around, it would be nice to be able to write to a log window. ... for that i use the logging window as, well, a log, rather than for debugging. ......
Arch
cmallett2
Offline Send Email
Jul 30, 2004
10:34 am
129
excellent. personally (and of course i'm biased) i think it would be really handy. thanks jack the circling gorillas are now swooping ... From: Arch ...
ygw2@...
jack_horsfield
Online Now Send Email
Jul 30, 2004
11:01 am
130
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed Ctrl-Alt-Del security screen...
Arch
cmallett2
Offline Send Email
Aug 9, 2004
5:55 pm
131
I've made a change to the installer at http://www.autohotkey.com/download/ that might alleviate sticking keys. Please let me know if this makes things ...
AutoHotkey Support
cmallett2
Offline Send Email
Aug 15, 2004
1:01 pm
132
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed sticking modifier keys...
Arch
cmallett2
Offline Send Email
Aug 19, 2004
5:10 pm
133
If anyone has the interest and time to help test the GUI feature -- which creates and manages graphical user interface (GUI) windows and controls -- this post...
Arch
cmallett2
Offline Send Email
Sep 9, 2004
6:40 pm
134
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed hotstrings and the Input...
Arch
cmallett2
Offline Send Email
Sep 16, 2004
2:44 pm
135
If you're online, view a linkified version of the changes instead: http://www.autohotkey.com/changelog/ [plain text version] Fixed commands "if var...
Arch
cmallett2
Offline Send Email
Sep 30, 2004
9:16 pm
136
For anyone interested in designing data entry forms or custom user interface windows: Rajat has released SmartGUI Creator, an entirely visual layout editor....
Arch
cmallett2
Offline Send Email
Sep 30, 2004
9:22 pm
Messages 107 - 136 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