| Author |
Message |
Topic: Activate Any Link Or Control With Keys - Firefox Extension |
tinypig
Replies: 2
Views: 713
|
Forum: Utilities & Resources Posted: Fri Dec 02, 2005 2:02 am Subject: Activate Any Link Or Control With Keys - Firefox Extension |
| oops - I added the link |
Topic: Activate Any Link Or Control With Keys - Firefox Extension |
tinypig
Replies: 2
Views: 713
|
Forum: Utilities & Resources Posted: Fri Dec 02, 2005 1:43 am Subject: Activate Any Link Or Control With Keys - Firefox Extension |
| This thing is fantastic. I can navigate through the entire process of posting on this forum without using the mouse once. Between this extension and AHK, I hardly ever have to touch my mouse anymore ... |
Topic: Zone Alarm macro |
tinypig
Replies: 2
Views: 348
|
Forum: Ask for Help Posted: Sat Oct 01, 2005 2:39 pm Subject: Zone Alarm macro |
| http://www.autohotkey.com/forum/viewtopic.php?t=4558 |
Topic: Can't control ZoneAlarm |
tinypig
Replies: 4
Views: 897
|
Forum: Bug Reports Posted: Sat Aug 27, 2005 11:02 pm Subject: Can't control ZoneAlarm |
| From the main control screen, click on the Preferences Tab. In the General section, uncheck "Protect the ZoneAlarm client". Close the window and you're all set. Keep in mind, though, if you can sen ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
tinypig
Replies: 281
Views: 55925
|
Forum: Scripts & Functions Posted: Sun Apr 03, 2005 5:46 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| Excellent job. I've incorporated this into my own "main" script. Thanks for sharing it. |
Topic: Volume OSD - updated |
tinypig
Replies: 51
Views: 12834
|
Forum: Scripts & Functions Posted: Wed Mar 23, 2005 2:10 am Subject: Volume OSD - updated |
Rajat--
I still use your other volume control script with the progress bars (love it, by the way, thanks). What's the advantage of this one over the other one you wrote?
--David |
Topic: You got your Perl in my AHK! |
tinypig
Replies: 1
Views: 1156
|
Forum: Scripts & Functions Posted: Sat Mar 19, 2005 8:53 pm Subject: You got your Perl in my AHK! |
;Combining Perl with AHK in the same script using ActivePerl
;Notes:
; wperl allows the script to run without opening an additional window
; -x flag says to read from #!perl line to end o ... |
Topic: Practical use of ASCII capture: locate a control |
tinypig
Replies: 8
Views: 1436
|
Forum: Scripts & Functions Posted: Wed Mar 16, 2005 6:54 am Subject: Practical use of ASCII capture: locate a control |
After getting ImageSearch to work and seeing how fast it is, regarding my code in this post, I just want to say: nevermind! I shall use ImageSearch from now on. |
Topic: Practical use of ASCII capture: locate a control |
tinypig
Replies: 8
Views: 1436
|
Forum: Scripts & Functions Posted: Tue Mar 15, 2005 6:52 pm Subject: Practical use of ASCII capture: locate a control |
| One other thing is that my way takes less work (just highlight the image you see on the screen and you've got it). It seemed to me that when I was trying to do the same thing with ImageSearch, I had ... |
Topic: Deluxe Clipboard |
tinypig
Replies: 33
Views: 10220
|
Forum: Scripts & Functions Posted: Tue Mar 15, 2005 5:22 am Subject: Deluxe Clipboard |
| I've had your code in my "main" script for a while now and it helped me to complete a task today. Thanks! |
Topic: Practical use of ASCII capture: locate a control |
tinypig
Replies: 8
Views: 1436
|
Forum: Scripts & Functions Posted: Sun Mar 13, 2005 3:09 pm Subject: Practical use of ASCII capture: locate a control |
For some things, yes, but the control in question here is a gif, so that won't apply in this case. For cases such as you are describing, I deal with them like this:
I have the same main .ahk scrip ... |
Topic: Practical use of ASCII capture: locate a control |
tinypig
Replies: 8
Views: 1436
|
Forum: Scripts & Functions Posted: Sun Mar 13, 2005 7:43 am Subject: Practical use of ASCII capture: locate a control |
;
;MouseLocate by David Bradford
;
;This is an example of how to use this script
;ctrl-alt-l will position my mouse over the submit button on http://www.rottentomatoes.com
;However, to use ... |
Topic: Capture From Screen To ASCII Art |
tinypig
Replies: 20
Views: 7915
|
Forum: Scripts & Functions Posted: Sun Mar 13, 2005 1:03 am Subject: Capture From Screen To ASCII Art |
Thanks for the comments, all. I have already begun using your version with the transparent window, Jon. Nice.  |
Topic: Capture From Screen To ASCII Art |
tinypig
Replies: 20
Views: 7915
|
Forum: Scripts & Functions Posted: Sat Mar 12, 2005 9:13 pm Subject: Capture From Screen To ASCII Art |
| Position mouse in upper-left corner of image to be copied and press ctrl-alt-b (for "begin"). Then position mouse in the lower-right corner of the image to be copied and press ctrl-alt-e (end). Wait ... |
| |