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
Create & Load a config with autohotkey, containing the following (example for making the "Tab" key bindable):
the 1st line rebinds the "tab" key to the "p" key. you can choose really any key, i just used "p" because the game isn't using it by default, and i'm not using it either.
the 2nd line is a workaround that "explicitly" rebinds "alt&tab" to "alt&tab". Without it, you won't be able to use alt+tab anymore.
you can repeat the same (1st line) for any keys you need. for the key names, check this page: https://www.autohotkey.com/docs/v2/KeyList.htm