| Author |
Message |
Topic: Help with On-Demand Mapping |
Kerean
Replies: 5
Views: 163
|
Forum: Ask for Help Posted: Tue Aug 10, 2010 4:34 am Subject: Help with On-Demand Mapping |
Thanks None, I'll try your version out.
The key difference I see is that the initial presetting of variables is done using := instead of = and the use of quotes. What's the difference in this?
... |
Topic: Help with On-Demand Mapping |
Kerean
Replies: 5
Views: 163
|
Forum: Ask for Help Posted: Mon Aug 09, 2010 8:18 am Subject: Help with On-Demand Mapping |
Thanks None, I'm not a programmer so I'm a little slow picking up on these things; but with the clues you've provided, I've came up with this:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Defi ... |
Topic: Help with On-Demand Mapping |
Kerean
Replies: 5
Views: 163
|
Forum: Ask for Help Posted: Sun Aug 08, 2010 8:11 pm Subject: Help with On-Demand Mapping |
Hi, I'm trying to figure out a function that enables me to do on demand mapping.
My algorithm/logic (in layman's language is as follows):
1. Press F7 (to initiate on demand mapping)
2. Wait for ... |
Topic: Simple Remap Question |
Kerean
Replies: 5
Views: 269
|
Forum: Ask for Help Posted: Mon Mar 22, 2010 5:09 pm Subject: Simple Remap Question |
Thanks everyone for the help, but this one looks interesting:
:?*:a::b
What does the :?*: in front do? |
Topic: Simple Remap Question |
Kerean
Replies: 5
Views: 269
|
Forum: Ask for Help Posted: Mon Mar 22, 2010 1:14 pm Subject: Simple Remap Question |
Hi there,
Suppose I have this script:
a::b
If I press "a", it will send "b". If I press "Ctrl-a", it will send "Ctrl-b"
Is there a way to limit the ... |
Topic: Conflict between Sends - Very simply only |
Kerean
Replies: 8
Views: 187
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 7: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: 187
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 7: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: 187
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 6: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: 187
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 5: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: 187
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 5: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 ... |
| |