| Author |
Message |
Topic: Conflict between Sends - Very simply only |
Kerean
Replies: 8
Views: 140
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 8:07 am Subject: Conflict between Sends - Very simply only |
As a noob, I was confused either way haha; but what I was more confused about is how come eeryone seems to show up as "Guest" rahter than with user accounts?
Can't quite follow who's sayi ... |
Topic: Conflict between Sends - Very simply only |
Kerean
Replies: 8
Views: 140
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 8:06 am Subject: Conflict between Sends - Very simply only |
Ah so basically we add an intermediary variable to add the $ inside? That seems to work
which is this line:
Hotkey, %hotkey%, i%A_Index%, ON
u can change it to:
this_hotkey = $%hotkey%
... |
Topic: Conflict between Sends - Very simply only |
Kerean
Replies: 8
Views: 140
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 7:08 am Subject: Conflict between Sends - Very simply only |
Hmm, I'm not really sure if I understand you, but the original script can be found at http://www.autohotkey.net/paste/1nn06xf - maybe you can decipher it better than me.
This script relies on rea ... |
Topic: Conflict between Sends - Very simply only |
Kerean
Replies: 8
Views: 140
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 6:43 am Subject: Conflict between Sends - Very simply only |
Yup it is actually written as such, I forgotten to add the CR.
Are you telling me that I can just set it to:
$i1:
SendInput, {Numpad7}
return
Because I did try that and the ... |
Topic: Conflict between Sends - Very simply only |
Kerean
Replies: 8
Views: 140
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 6:26 am Subject: Conflict between Sends - Very simply only |
I believe this is a very simple question (but obviously something difficult enough for me to ask for help since I'm new at all this).
I have in my AHK file something defined like this:
i1: SendI ... |
| |