| Author |
Message |
Topic: I cant get the hot key to work in game.. |
AnttiV
Replies: 10
Views: 327
|
Forum: Ask for Help Posted: Wed Sep 23, 2009 7:02 pm Subject: Re: Excuse Me! |
"]Here's what you're doing wrong:
1. Posting a de]
To some extent I agree and dis-agree with your comments.
1) Just because there is already a post for a similar question. There is always more ... |
Topic: how to read " ; " |
AnttiV
Replies: 14
Views: 347
|
Forum: Ask for Help Posted: Mon Sep 21, 2009 8:36 pm Subject: how to read " ; " |
| please post the exact code you're working with, it's much easier to help you if we do not have to guess. |
Topic: Quick help please with calling a variable. Thank You |
AnttiV
Replies: 2
Views: 299
|
Forum: Ask for Help Posted: Mon Sep 21, 2009 8:21 pm Subject: Quick help please with calling a variable. Thank You |
At least you have to write it like this:
X1 = 156
X2 = 325
X3 = 493
X4 = 663
X5 = 839
Y1 = 27
Y2 = 27
Y3 = 27
Y4 = 27
Y5 = 27
Z1 = 287
Z2 = 460
Z3 = 628
Z4 = 796
Z5 = 970
Q1 = 295
... |
Topic: keystroke |
AnttiV
Replies: 19
Views: 851
|
Forum: Ask for Help Posted: Mon Sep 21, 2009 8:18 pm Subject: keystroke |
| Game Guard? Aion doesn't HAVE Game Guard... At least in the "western world". |
Topic: how to read " ; " |
AnttiV
Replies: 14
Views: 347
|
Forum: Ask for Help Posted: Mon Sep 21, 2009 8:16 pm Subject: how to read " ; " |
No, you didn't really...
But
Input := "Hello ; World" ; this should work.
(Apparently the syntax highlight on the forum doesn't, at least :) |
Topic: How to embed a logo? |
AnttiV
Replies: 11
Views: 425
|
Forum: Ask for Help Posted: Mon Sep 21, 2009 12:04 pm Subject: How to embed a logo? |
Oh, then I was right, but wrong about FileInstall
Anyways, the Compile_AHK advice is probably the best. |
Topic: Game macros & g15 keyboard |
AnttiV
Replies: 6
Views: 827
|
Forum: Ask for Help Posted: Sun Sep 20, 2009 9:04 pm Subject: Game macros & g15 keyboard |
Try this:
SendMode Input
capslock::
Send, {t down}
Sleep, 20
Send, {t up}
Sleep, 20
Send, {t down}
Sleep, 20
Send, {t up}
Sleep, 2000
ret ... |
Topic: Game macros & g15 keyboard |
AnttiV
Replies: 6
Views: 827
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 9:43 pm Subject: Game macros & g15 keyboard |
Try using "Send" instead of "SendPlay" and put these two lines at the top of the script:
SendMode Input
SetKeyDelay, 50, 50
If that doesn't work, fiddle with the two numbers ... |
Topic: Quick Question! Please look over this short macro! |
AnttiV
Replies: 12
Views: 432
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 1:38 pm Subject: Quick Question! Please look over this short macro! |
Try
SendMode Input
SetKeyDelay, 50, 50
At the top of the script. |
Topic: FireFox Save AS, Running Script when pc is locked |
AnttiV
Replies: 7
Views: 281
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 1:37 pm Subject: FireFox Save AS, Running Script when pc is locked |
| Have you tried setting SetTitleMatchMode and only using part of the WinTitle? |
Topic: FireFox Save AS, Running Script when pc is locked |
AnttiV
Replies: 7
Views: 281
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 12:25 pm Subject: FireFox Save AS, Running Script when pc is locked |
| I agree, there definitely SHOULD be a way, that would make my life easier in certain places. But as far as I know, it isn't possible. |
Topic: Using Laptop Touchpad Data Directly (COM or DLL?) |
AnttiV
Replies: 6
Views: 553
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 12:14 pm Subject: Using Laptop Touchpad Data Directly (COM or DLL?) |
| Unfortunately, it probably IS just detecting the width (or, more specifically, radius) of the "click". I'll draw an example in a little bit if I have time. but it basically "draws a cir ... |
Topic: FireFox Save AS, Running Script when pc is locked |
AnttiV
Replies: 7
Views: 281
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 12:08 pm Subject: FireFox Save AS, Running Script when pc is locked |
| 2. You probably don't. While the OS is in locked state, not much can be scripted. |
Topic: Strange behaviour in Firefox 3.5.x |
AnttiV
Replies: 2
Views: 125
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 12:07 pm Subject: Strange behaviour in Firefox 3.5.x |
What I get from this, is that the new FF is infact the only thing that works as it should, and the rest do not.
You are explicitly telling AHK to pass on the original click (with the "~" ... |
Topic: keyboard to mouse |
AnttiV
Replies: 4
Views: 227
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 9:35 am Subject: keyboard to mouse |
| Windows already incorporates a feature called MouseKeys, if that's what you're looking for? to move the mouse pointer with keyboard? Look in Control Panel -> Accessibility |
| |