 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Domenachi Guest
|
Posted: Sun Jul 25, 2004 11:18 pm Post subject: Simple remap question |
|
|
I'm doing this for the game Sacred - I just want to make a, s, d, f, and g to type 6-0 instead. The only problem is that "f" has a fuction already in the game, so I wanted to move it to "t" - but it seems to be caught in the remap when I do it this way (t::send, f) - that is, it outputs a 9 - how do I get it to send an actual "f"?
a::send, 6
s::send, 7
d::send, 8
f::send, 9
g::send, 0
t::send, f
thanks |
|
| Back to top |
|
 |
ck
Joined: 25 Jul 2004 Posts: 8
|
Posted: Sun Jul 25, 2004 11:40 pm Post subject: |
|
|
Next time, please post in "Support". Thanks
Solution: use a hook
a::send, 6
s::send, 7
d::send, 8
$f::send, 9
g::send, 0
t::send, f |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|