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
That enter key is my thumb button which I also use for reload in FPS games. Nothing should be hard coded because you don't know what accessibility workarounds disabled people are using.
With autohotkey I was at least able to reconfigure my enter key as E, now the problem is unavoidable.
Please remove the hardcoded keybinds and unchangeable menu keybinds (like Z for orders)
This is the ONLY game i could see myself wanting to rebind it as using the directional arrow keys for strategems is my preferred binding. I have touchy switches and fat-finger enter way too often. I understand its my keyboard playing a part in it, but I should still be able to change that bind for text chat.
find your file "input_settings.config"
here for me : Programmes/Steam/userdata/xxxxxxxx/553850/remote
and copy :
Menu = {
OpenChat = [
{
trigger = "Press"
device_type = "PadDS"
input = "DLeft"
threshold = 0
input_type = "Button"
}
{
trigger = "Press"
device_type = "PadXBOX"
input = "XboxLeft"
threshold = 0
input_type = "Button"
}
{
trigger = "Press"
device_type = "Keyboard"
input = "k"
threshold = 0.20000000298023224
input_type = "Button"
}
]
}
Now the chat key is k and you can bind enter as your action key ;)
This worked for me. I was using PowerToys Keyboard remap tool to remap enter when I played. It was frustrating. Thank you very much—just a note. The first time I added it, it wiped out all my keys. I remapped just a few in the game, added the above back to the config, went back, and added the rest of the key setup in the game. Everything stayed after that. K is now chat and I can remap and use "Enter". Thanks again.