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
Lets hope they will unbind the arrow keys in the next patch. Thats why we have mouse wheels, right?
In such a case, I use AutoHotKey or similiar programs.
With those programs, you can switch WASD with arrow keys (and all other keys, even mouse). This works with every game, because this keyswitch works behind the game, in windows.
Sure, I understand this correctly. What I meant, is a software like AutoHotKey. This software switch the windows keys. Lets say, we switch from WASD to arrow keys. If you would press the arrow keys, you wou write the letters WASD and when you use WASD keys, you would move your cursor, because you are using the arrow keys instead.
To make it short: The game will get the command "you pressed the A-key", but actually you pressed the left arrow key. Thats why it works on EVERY game. Without this ridiculous problems this game has.
When you install the game, you have to edit the file (with editor, for example) with ending *ahk
Enter this in the opened file:
w::up
up::w
s::down
down::s
a::left
left::a
d::right
right::d
Save the file and double click it to start it.
For explanation: w::up means "switch button "w" with arrow key "up". up::w is just vice versa of the previous thing.
I have to tell you two important things here:
1. Keep in mind, that this changes your windows keys. When you tab down the game or you quit the game, the chanings are still active. When you try to write and you are using the keys w, a, s and d, then you would use your arrow keys instead (because, you switched them).
2. To end this, just click with right mouse button on the green "H" in your taskbar (right side, under the ^-sign) and click "exit".
When you need it again, just start the file again. You dont need to edit it anymore.