Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"
For custom key binding in any game and windows itself use autohotkey.
Especially if you can't bind keys ingame or if it (like in this case) doesn't work.
http://www.autohotkey.com/
make a empty.txt file and name it whatever.ahk
Now edit it and bind your keys.
Here is mine for example:
left::a
right::d
up::w
down::s
e::space
RControl::RShift
The :: means something like "activate". If I press "left" for the above script it activates "a".
It's freeware and the best tool I use in some many games.
You can even enable and disable it in the background with a key combination.
Example J::suspend.
There's a full explanation of keys on the website http://www.autohotkey.com/docs/KeyList.htm
Have fun editing. :)
"
This was an explanation from right after the game came out for rebinding in games that dont support it :P