[QoL] Chat modes (#3869)

Credits: Remint32 (idea); sk7725 (korean i18n); Volas171 (spanish i18n).
This commit is contained in:
Antsiferov Andrew
2020-12-25 00:05:41 +03:00
committed by GitHub
parent 1e8621d9d4
commit 43757a247e
6 changed files with 67 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ public enum Binding implements KeyBind{
chat_history_prev(KeyCode.up),
chat_history_next(KeyCode.down),
chat_scroll(new Axis(KeyCode.scroll)),
chat_mode(KeyCode.tab),
console(KeyCode.f8),
;