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 82 - 111 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
90
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 ...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jun 7, 2004
12:54 pm
91
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...
Arch
cmallett2
Offline Send Email
Jun 10, 2004
4:01 pm
92
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...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 11, 2004
12:48 pm
93
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...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 11, 2004
12:49 pm
94
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...
Arch
cmallett2
Offline Send Email
Jun 11, 2004
2:21 pm
95
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...
Arch
cmallett2
Offline Send Email
Jun 11, 2004
2:27 pm
96
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...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 11, 2004
2:38 pm
97
... ..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...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 11, 2004
2:43 pm
98
... 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...
Arch
cmallett2
Offline Send Email
Jun 11, 2004
3:42 pm
99
... The example in my previous post can probably be further enhanced by adding other punctuation, such as period, exclamation point, question mark, semicolon,...
Arch
cmallett2
Offline Send Email
Jun 11, 2004
4:15 pm
100
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...
Arch
cmallett2
Offline Send Email
Jun 11, 2004
4:23 pm
101
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,...
[ rajat ]
meet_rajat
Offline Send Email
Jun 11, 2004
7:34 pm
102
indeed yes. but this conversation was and is for all. jack We've now discarded the concept board ... From: [ rajat ] ...
ygw2@...
jack_horsfield
Online Now Send Email
Jun 11, 2004
10:11 pm
103
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...
Arch
cmallett2
Offline Send Email
Jun 17, 2004
4:37 pm
104
This new version 1014 is giving me an error while installing, it's the installer problem NSIS Error. Any help Thanks all mizieb ... From: "Arch"...
yahoogroups@...
mizieb
Offline Send Email
Jun 18, 2004
7:47 pm
105
... 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: ...
Arch
cmallett2
Offline Send Email
Jun 18, 2004
8:31 pm
106
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...
Arch
cmallett2
Offline Send Email
Jun 29, 2004
2:53 pm
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
Messages 82 - 111 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