| Author |
Message |
Topic: Calling existen hotkey |
Sqauran
Replies: 2
Views: 340
|
Forum: Ask for Help Posted: Sun Dec 04, 2005 8:25 pm Subject: Calling existen hotkey |
I set hotkey: Ctrl+RButton
to: Hold down Shift and right click at X,Y.
Now I create another hotkey: 1
Whenever I press 1 it does the following:
Send {Ctrl down}
MouseClick, right, x,y,, ... |
Topic: PixelGetColor consistency |
Sqauran
Replies: 9
Views: 779
|
Forum: Ask for Help Posted: Sun Nov 27, 2005 11:25 am Subject: The cause |
*sight*
Wow, can't believe that was the cause.... the game brightness. A lot of games allows you to change the video setting to increase the brightness/gamma incase you find the game to be too dark ... |
Topic: AutoHotkey as programming language |
Sqauran
Replies: 62
Views: 6117
|
Forum: Wish List Posted: Thu Nov 17, 2005 11:50 am Subject: AutoHotkey as programming language |
AutoHotkey as a programming language?
Not sure about this one but what I do know is that AutoHotkey is a VERY "Unique" program. People who are really into programming tend to go with C/C++ and Asse ... |
Topic: PixelGetColor consistency |
Sqauran
Replies: 9
Views: 779
|
Forum: Ask for Help Posted: Thu Nov 17, 2005 1:35 am Subject: PixelGetColor consistency |
Hi there. I'm currently testing PixelGetColor on a game and so far it works fine on my computer. Everything works...
But it doesn't work on one of my friends comp. He uses NVidia and I'm using ATI. ... |
Topic: RButton conflict with FireFox All-In-One-Gesture |
Sqauran
Replies: 1
Views: 258
|
Forum: Ask for Help Posted: Wed Nov 16, 2005 8:29 pm Subject: RButton conflict with FireFox All-In-One-Gesture |
Whenever I detect RButton for other programs, FireFox all in one gestures doesn't seem to work because there's some kind of conflict going on.
This is the code I use.
$RButton::
IfWin ... |
Topic: How do I make a key do its "default" thing? |
Sqauran
Replies: 7
Views: 466
|
Forum: Ask for Help Posted: Mon Nov 07, 2005 10:56 pm Subject: How do I make a key do its "default" thing? |
Thank for the help. I think I can live with a bit of lag.
The $ works for normal key so far and just now I tried it with Ctrl/Alt/Shift and am experiencing problem.
$^z::
IfWinActive, ... |
Topic: How do I make a key do its "default" thing? |
Sqauran
Replies: 7
Views: 466
|
Forum: Ask for Help Posted: Mon Oct 31, 2005 4:27 pm Subject: How do I make a key do its "default" thing? |
Thank you for the quick replies. Just got this program today and I'm amazed at what it can do.
The $ was in the manual I guess I overlooked. I will carefully read it this time and about the MSN, it ... |
Topic: How do I make a key do its "default" thing? |
Sqauran
Replies: 7
Views: 466
|
Forum: Ask for Help Posted: Mon Oct 31, 2005 3:29 pm Subject: How do I make a key do its "default" thing? |
Couldn't find a better thread title sorry.
What I want is this:
F5::
IfWinActive, MSN
{
>> Do Something <<
}
Else
{
>> Back to Default <<
}
If I have M ... |
| |