diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 14:50:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 14:50:14 +0300 |
commit | dded1355609c8f23281f78ec719b09b1693ea717 (patch) | |
tree | 00238316177f9099d2e58cd639269a269a2dd0d0 /src/input/inputactionmap.h | |
parent | 44df89ce3e77f4f5e93555260f3eabab7621f77d (diff) | |
download | plus-dded1355609c8f23281f78ec719b09b1693ea717.tar.gz plus-dded1355609c8f23281f78ec719b09b1693ea717.tar.bz2 plus-dded1355609c8f23281f78ec719b09b1693ea717.tar.xz plus-dded1355609c8f23281f78ec719b09b1693ea717.zip |
Move chat command /closeall into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 9 |
1 files changed, 9 insertions, 0 deletions
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} }; |