| Author |
Message |
Forum: Support Topic: Calling existen hotkey |
| Sqauran |
|
Posted: December 4th, 2005, 9:25 pm
|
|
Replies: 2 Views: 605
|
| 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,,0 and it does just that, Ctrl+Right click at x,y. My question is: How come hotkey (1) doesn't use Ctrl+ R Button's ... |
|
 |
Forum: Support Topic: PixelGetColor consistency |
| Sqauran |
|
Posted: November 27th, 2005, 12:25 pm
|
|
Replies: 9 Views: 1368
|
| *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 to play. I set mine to max and his is not so our pixels are totally different. The original pixel is (... |
|
 |
Forum: Suggestions Topic: AutoHotkey as programming language |
| Sqauran |
|
Posted: November 17th, 2005, 12:50 pm
|
|
Replies: 62 Views: 11324
|
| 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 Assembly and not AutoHotkey. People who already know a lot about programming tend to go with something that... |
|
 |
Forum: Support Topic: PixelGetColor consistency |
| Sqauran |
|
Posted: November 17th, 2005, 2:35 am
|
|
Replies: 9 Views: 1368
|
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. we're both on XP.
Is there a solution to this? |
|
 |
Forum: Support Topic: RButton conflict with FireFox All-In-One-Gesture |
| Sqauran |
|
Posted: November 16th, 2005, 9:29 pm
|
|
Replies: 1 Views: 530
|
| 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:: IfWinActive, ahk_class "SomeClass" { Send {c} } Else Send {RButton} return Any idea? |
|
 |
Forum: Support Topic: How do I make a key do its "default" thing? |
| Sqauran |
|
Posted: November 7th, 2005, 11:56 pm
|
|
Replies: 7 Views: 745
|
| 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, MyWindow { ... do something } Else Send {^z} return Which works. But when I'm in programs like N... |
|
 |
Forum: Support Topic: How do I make a key do its "default" thing? |
| Sqauran |
|
Posted: October 31st, 2005, 5:27 pm
|
|
Replies: 7 Views: 745
|
| 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 was an example. hehe [edit] Something I'm aware of: When you use the $, the sendkey isn't that fast. $... |
|
 |
Forum: Support Topic: How do I make a key do its "default" thing? |
| Sqauran |
|
Posted: October 31st, 2005, 4:29 pm
|
|
Replies: 7 Views: 745
|
| 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 MSN activated and by pressing F5 it will do My thing . Else it do the default thing. example if you're in FireFox it will Reload the page. If you're i... |
|
 |
| Sort by: |