AutoHotkey Community

It is currently May 26th, 2012, 7:31 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Simple remap question
PostPosted: July 25th, 2004, 11:18 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2004, 11:40 pm 
Offline

Joined: July 25th, 2004, 8:00 pm
Posts: 8
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Alpha Bravo, dmg, hd0202, krajan, over21, RaptorX, Xx7 and 63 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group