Rebind chat hotkeys to prevent Tab changing chat mode
Enter/Shift+Enter now toggle team/all chat respectively and Shift+Tab switches chat mode instead of Tab
This commit is contained in:
committed by
Paul Chote
parent
6967c1fff3
commit
a8900d9860
@@ -88,7 +88,6 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
Keycode.RCTRL, Keycode.LCTRL,
|
||||
Keycode.RALT, Keycode.LALT,
|
||||
Keycode.RGUI, Keycode.LGUI,
|
||||
Keycode.RETURN, Keycode.KP_ENTER
|
||||
};
|
||||
|
||||
public override bool HandleKeyPress(KeyInput e)
|
||||
|
||||
Reference in New Issue
Block a user