Skip to content

Commit

Permalink
EV_COMMON_ENTER_CHATMODE: use Y explicity
Browse files Browse the repository at this point in the history
  • Loading branch information
tritonas00 committed Nov 14, 2021
1 parent 6e1a1f0 commit 7436667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/utils/InputEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ InputEvent eventInfo[] = {

// Common: UI
{"COMMON_CONSOLE_TOGGLE", EV_COMMON_CONSOLE_TOGGLE, "Keyboard EXPL+GRAVE", _LC("InputEvent", "show / hide the console")},
{"COMMON_ENTER_CHATMODE", EV_COMMON_ENTER_CHATMODE, "Keyboard Y", _LC("InputEvent", "enter the chat")},
{"COMMON_ENTER_CHATMODE", EV_COMMON_ENTER_CHATMODE, "Keyboard EXPL+Y", _LC("InputEvent", "enter the chat")},
{"COMMON_SEND_CHAT", EV_COMMON_SEND_CHAT, "Keyboard RETURN", _LC("InputEvent", "sends the entered text")},
{"COMMON_HIDE_GUI", EV_COMMON_HIDE_GUI, "Keyboard EXPL+U", _LC("InputEvent", "hide all GUI elements")},
{"COMMON_TOGGLE_DASHBOARD", EV_COMMON_TOGGLE_DASHBOARD, "Keyboard EXPL+CTRL+U", _LC("InputEvent", "display or hide the dashboard overlay")},
Expand Down

0 comments on commit 7436667

Please # to comment.