I want to remap some of my keys to my Razer lachesis in League of Legends. I want to change my Summoner spells from D and F to MB4 and MB5 respectively, I also wanted to put my recall from B to MB 9 and inventory slot from 2 to MB8.
I have tried doing this in game and through the mouses software, but it doesn't work right. I can only use the binds in the chat, but not for the intended purpose.
Any help is appreciated.
-
Mechanized Menace Lost in the MYST
-
Mechanized Menace Lost in the MYST
Bump....No one can give me any insight at all on how to use AHK?
-
redrazor11 Formerly waterwizard11
Hey man, i'll help you out.
Remapping Keys and Buttons
Here is the FAQ on remapping buttons. But i'll give you the quick one.
All you need to do is open up notepad.
to remap a to b, simply put...
a::b
in the text file. Then save it as "atob.ahk"
Now if you double click the file, all actions on a will print b. In your task bar, the "H" icon will display while the script is active (you can run multiple scripts, or put all remaps in the same script). Click exit, in order to stop the remaps.
EDIT:
According to the FAQ " XButton1::LButton Makes the fourth mouse button behave like the left mouse button."
So XButton2 = MB5, XButtoon3 = MB6..etc.
So you would want to put the following into your "mousemaps.ahk" file:
XButton1::d
XButton2::f
XButton5::2
XButton6::b -
Mechanized Menace Lost in the MYST
In game it lists the Mouse buttons as MB1, MB2, MB3, MB4. Is that what I should use?
-
redrazor11 Formerly waterwizard11
-
Mechanized Menace Lost in the MYST
Waterwizard if I could rep you again I would! Thanks so much man.
-
redrazor11 Formerly waterwizard11
No problem!
How to use AutoHotkey?
Discussion in 'Gaming (Software and Graphics Cards)' started by Mechanized Menace, Jan 25, 2012.