| Author |
Message |
Topic: Help with loops, mildly confused. |
The.Yield
Replies: 2
Views: 144
|
Forum: Ask for Help Posted: Wed Sep 16, 2009 1:09 am Subject: Help with loops, mildly confused. |
That works great! It taps T every 7 seconds perfectly, forever.
Now it just needs to hold down the W key forever, or alternatively, press the R key once when the script activates, and once when it ... |
Topic: Help with loops, mildly confused. |
The.Yield
Replies: 2
Views: 144
|
Forum: Ask for Help Posted: Tue Sep 15, 2009 11:04 pm Subject: Help with loops, mildly confused. |
Thanks in advance to anyone who can help me out with this one; it goes beyond my skill level with AHK.
I suppose I'll start with exactly what it is I'm trying to do:
I want to press !w:: and hav ... |
Topic: MouseClick-Fu, need help! |
The.Yield
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Sat Aug 01, 2009 12:07 am Subject: MouseClick-Fu, need help! |
Very interesting! I'll be sure to remember that in the future!
However here is the final script I've settled on (The previous was breaking things it would seem - would have to right click and then ... |
Topic: Chrome browser Tab control script |
The.Yield
Replies: 2
Views: 215
|
Forum: Ask for Help Posted: Fri Jul 31, 2009 6:44 pm Subject: Chrome browser Tab control script |
While that does work, it does not work via the condition of being in the top left hand corner... it works all the time, regardless of where my mouse is on the screen.
But then again I did simply a ... |
Topic: Chrome browser Tab control script |
The.Yield
Replies: 2
Views: 215
|
Forum: Ask for Help Posted: Fri Jul 31, 2009 7:31 am Subject: Chrome browser Tab control script |
| I got a script from a friend that allows you to open and close tabs in Firefox by moving your mouse to the top left of your screen and left or right clicking to open or close tabs. Brilliant stuff, an ... |
Topic: MouseClick-Fu, need help! |
The.Yield
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Fri Jul 31, 2009 7:00 am Subject: MouseClick-Fu, need help! |
I would never have thought to try that, lol. THANK YOU!
Here's what I got, seems to work perfectly!
^RButton::
BlockInput, On
Send {RButton}
Sleep 100
Send {down ... |
Topic: MouseClick-Fu, need help! |
The.Yield
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Fri Jul 31, 2009 6:41 am Subject: MouseClick-Fu, need help! |
Hello all. Simply' trying to make a script that will automatically save an image when I right click on it. I wish to do this by holding CTRL and right clicking...
This is what I have so far:
^RB ... |
Topic: CapsLock to Joystick button issue... |
The.Yield
Replies: 4
Views: 138
|
Forum: Ask for Help Posted: Wed Jul 08, 2009 8:44 pm Subject: CapsLock to Joystick button issue... |
If I remember correctly AHK cannot send/simulate joystick button presses.
I think this note from Remapping a Joystick to Keyboard or Mouse (in the help file) supports my assumption:
Although a joy ... |
Topic: CapsLock to Joystick button issue... |
The.Yield
Replies: 4
Views: 138
|
Forum: Ask for Help Posted: Wed Jul 08, 2009 4:09 pm Subject: CapsLock to Joystick button issue... |
Just realized I forgot to mention: I've made a script to go the "other way" just fine.
As in: Pressing and/or holding Joy8 results in pressing and/or holding CapsLock. That was easy even ... |
| |