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
Here's the script. Copy it to notepad and save it with a .ahk extension, then if you have autohotkey installed, double clicking the file should immediately load the script for you.
The first line ensures that this is only active while the game is focused on your screen (the executable file for the game is called "b1") and the other lines are pretty clear. You can add any other keys you want to it using the same syntax, just make sure you reload the script in AHK after saving. You can refer to AHK's help file for the codes for other keys under Usage and Syntax>List of Keys.
Happy monkey gaming
#HotIf WinActive("b1")
But in the meantime after quite a bit of Googling, I was able to get this script working with v1 of Auto Hot Key. I thank you very very much though for your kind effort in trying to help me, it is very much appreciated :)
Other than that, don't mention it, it was my pleasure to help! I'm glad you found the solution and hope you enjoy the game. 😁
You would think a 50 years old device would be fully compatible by now, but far from it. Devs still have to manually configure every single key that is not a letter one by one, for every different types of keyboards (because even if you implement qwerty keyboard, it won't work for all other people using other layouts).
I personally blame microsoft, because xinput is pretty much mentadory for pc and xbox gamepad support and they could update the library that virtualize keyboards and make it way easier to implement, but no... it is still like it's 1985...
Fortunately I have option to remap my kbd directly.
so, today, this game still no full support for remap all movement key in keyboard ?
---------------------------------
#HotIf WinActive("ahk_exe b1-Win64-Shipping.exe")
Up::w
Left::a
Down:s
Right::d