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