From dded1355609c8f23281f78ec719b09b1693ea717 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 14:50:14 +0300 Subject: Move chat command /closeall into actions. --- src/input/inputactionmap.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 65c145dbd..35fd37d57 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -2837,6 +2837,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::GAME | InputCondition::NOTARGET | InputCondition::VALIDSPEED, "", + false}, + {"keyChatCloseAllTabs", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT | Input::GRP_GUI, + &Actions::closeAllChatTabs, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "closeall", false} }; -- cgit v1.2.3-60-g2f50