Hello,
I'm trying to add another key to activate the chat (like when you press "/"). I know the activation (focus) command activates on KeyDown and the script responsible for that is PlayerScripts.ChatScript
Nonetheless I can't find the exact line, so I can't modify the keycode. The script contains many modules, I tried searching for "KeyDown", but there's no match. Does anyone know how to add or change the activation hotkey?
(By activation I mean "I press the key and after that I type into chat and send with Enter") |