AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Simple remap question

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Domenachi
Guest





PostPosted: Sun Jul 25, 2004 11:18 pm    Post subject: Simple remap question Reply with quote

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

PostPosted: Sun Jul 25, 2004 11:40 pm    Post subject: Reply with quote

Next time, please post in "Support". Thanks Smile

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group