tamanoire
26th December 2004, 15:01
Hello all,
I have found autohotkey. This is a remapper that can completely bind any keyboard. So u can Bind your ravenshield or another game without to modifie any file of the game.
The only think you have to do is a script.
Doing a script is very simple.
You can download Autohotkey here: http://home.tampabay.rr.com/kodi/ahk/AutoHotkey1024.exe
You can Download the documentation here:
http://www.autohotkey.com/docs/
I have allready done a script that do 2 action for one key
a= the key I have to action
z= action one (for peakleft)
q= action two (straff left)
the script is
====================
a::
Send, {z}{q}
Return
====================
More simple you can't do lol
So if you are interested to develop script under AutohotKey, pleaze use this thread.
+++
Tamanoire
I have found autohotkey. This is a remapper that can completely bind any keyboard. So u can Bind your ravenshield or another game without to modifie any file of the game.
The only think you have to do is a script.
Doing a script is very simple.
You can download Autohotkey here: http://home.tampabay.rr.com/kodi/ahk/AutoHotkey1024.exe
You can Download the documentation here:
http://www.autohotkey.com/docs/
I have allready done a script that do 2 action for one key
a= the key I have to action
z= action one (for peakleft)
q= action two (straff left)
the script is
====================
a::
Send, {z}{q}
Return
====================
More simple you can't do lol
So if you are interested to develop script under AutohotKey, pleaze use this thread.
+++
Tamanoire