mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix statboard bind
This commit is contained in:
parent
d1b87e6794
commit
a0a7d96ca0
|
@ -89,7 +89,7 @@ void CBinds::SetDefaults()
|
||||||
Bind(KEY_F1, "toggle_local_console");
|
Bind(KEY_F1, "toggle_local_console");
|
||||||
Bind(KEY_F2, "toggle_remote_console");
|
Bind(KEY_F2, "toggle_remote_console");
|
||||||
Bind(KEY_TAB, "+scoreboard");
|
Bind(KEY_TAB, "+scoreboard");
|
||||||
Bind(KEY_CARET, "+statboard");
|
Bind(KEY_BACKQUOTE, "+statboard");
|
||||||
Bind(KEY_F10, "screenshot");
|
Bind(KEY_F10, "screenshot");
|
||||||
|
|
||||||
Bind('a', "+left");
|
Bind('a', "+left");
|
||||||
|
|
Loading…
Reference in a new issue