summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-11 15:33:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-11 15:34:01 +0300
commit8de44a41862b3a0ff714e68169b6443a2a06b3aa (patch)
tree758d165a415b45dc15737948d7e74aae38da4a58 /src/input/inputactionmap.h
parent890fd4c9ceab089de688b00acf5163d795ccec4a (diff)
downloadplus-8de44a41862b3a0ff714e68169b6443a2a06b3aa.tar.gz
plus-8de44a41862b3a0ff714e68169b6443a2a06b3aa.tar.bz2
plus-8de44a41862b3a0ff714e68169b6443a2a06b3aa.tar.xz
plus-8de44a41862b3a0ff714e68169b6443a2a06b3aa.zip
Add chat command for select general tab.
New chat command: /generaltab Aloases: /general /generalchattab
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 103bede52..bb0a27e61 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3924,6 +3924,11 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputCondition::INGAME,
"petaistop|stoppetai|disablepetai|petaidisable",
false},
+ {"keyGeneralTab",
+ defaultAction(&Actions::chatGeneralTab),
+ InputCondition::INGAME,
+ "generaltab|generalchattab|general",
+ false},
};
#undef defaultAction