summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 13:26:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 13:26:14 +0300
commita7c2351c708c38bf020e8e1250b6a78cb2b6f89e (patch)
treebe67051942049a004b2cfaa0535931aa5d4f169b /src/input/inputactionmap.h
parent4bb530a447cc08fbe176cface478898e0b35f5d1 (diff)
downloadplus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.tar.gz
plus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.tar.bz2
plus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.tar.xz
plus-a7c2351c708c38bf020e8e1250b6a78cb2b6f89e.zip
Move chat command /me into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index d01e870fb..368518afc 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3036,6 +3036,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"party",
+ true},
+ {"keyMe",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::me,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "me",
true}
};