AutoHotkey Community

It is currently May 27th, 2012, 10:53 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Weird remapping problem.
PostPosted: November 5th, 2006, 4:58 pm 
I came across this site looking for a solution to a problem of mine; I wanted to remap my Mouse 4 and 5 keys to be F1 and F2 keys in a specific game to save my poor wrists from carpel tunnel.

So I gave it my best shot and made an extremely easy macro…thing, which looks like this:
Code:
XButton1::F1

The problem is, whenever the game loads up and I try to use it, nothing happens. So I tried something like this:
Code:
XButton1::SendInput {F1}

This too did nothing.

I searched around for a bit, but honestly I have no idea what I needed to be searching for, so I decided to make this post.

Did I do something wrong? Is it possible that the game is blocking the way the AHK sends the remapping? It does use some weird "nProtect GameGuard" crap. If so is there a possible way to get around this, with or without AHK?

Thanks


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 5th, 2006, 9:54 pm 
Offline

Joined: June 22nd, 2006, 8:36 pm
Posts: 27
No clue, try another key. Like "-" "=". That's what I did. But Xbutton for me doesn't work, I use the logitech software. (Logitech MX518)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 5th, 2006, 9:57 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Yes, the first thing to do is try mapping them to simple keys and trying them in a program like notepad, just to make sure XButtons work for you.

Try running this script, then opening a notepad and pressing those mouse buttons:

Code:
XButton1::a
XButton2::b


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 6th, 2006, 1:41 am 
Yes. They work outside of the game. But when I open it, they stop working.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 6th, 2006, 2:09 am 
I just discovered that theIntellimouse software can set a keystroke for those mouse buttons. I tried it, but still a no go.

Does anyone have any ideas? I'm thinking the way it picks stuff keystrokes is different.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 6th, 2006, 7:53 am 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
If you don't want to use those buttons for anything else, you could try this method of remapping: http://www.autohotkey.com/docs/misc/Remap.htm#registry


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Google Feedfetcher, HotkeyStick and 19 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