diff options
| author | Thomas <lordskelethom@gmail.com> | 2010-05-30 12:01:11 +0000 |
|---|---|---|
| committer | Thomas <lordskelethom@gmail.com> | 2010-05-30 12:01:11 +0000 |
| commit | 361380d63039737df51c1ed684d5f70758c96790 (patch) | |
| tree | 6709a802772f65dc26eb6acf332023b89bf193f8 /src/game/client/components/binds.cpp | |
| parent | 47b68170ad8a0d6b4fd5be182d8ba0c953114cb4 (diff) | |
| download | zcatch-361380d63039737df51c1ed684d5f70758c96790.tar.gz zcatch-361380d63039737df51c1ed684d5f70758c96790.zip | |
*some esthetic changes
*split "CHud::RenderGoals()" *added "reload" command *added the ability to show last chat lines (+show_chat) *updated french.txt
Diffstat (limited to 'src/game/client/components/binds.cpp')
| -rw-r--r-- | src/game/client/components/binds.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/binds.cpp b/src/game/client/components/binds.cpp index d08f363d..1fb5ecc5 100644 --- a/src/game/client/components/binds.cpp +++ b/src/game/client/components/binds.cpp @@ -85,6 +85,7 @@ void CBinds::SetDefaults() Bind(KEY_F1, "toggle_local_console"); Bind(KEY_F2, "toggle_remote_console"); Bind(KEY_TAB, "+scoreboard"); + Bind('u', "+show_chat"); Bind(KEY_F10, "screenshot"); Bind('a', "+left"); |