diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-11 16:50:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-11 16:50:20 +0300 |
commit | ab2757fe1ec538809b0bf4ec81a1e51c57b9bee3 (patch) | |
tree | 1f92d8821ae713773786507d28a6801bc61dc0f5 /src/input/inputactionmap.h | |
parent | ca108c26aa632e54993c11861442800277efa45d (diff) | |
download | plus-ab2757fe1ec538809b0bf4ec81a1e51c57b9bee3.tar.gz plus-ab2757fe1ec538809b0bf4ec81a1e51c57b9bee3.tar.bz2 plus-ab2757fe1ec538809b0bf4ec81a1e51c57b9bee3.tar.xz plus-ab2757fe1ec538809b0bf4ec81a1e51c57b9bee3.zip |
Add chat command for select lang tab.
New chat command: /langtab
Alias: /langchattab
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 1af7f387e..d4e04b9eb 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3944,6 +3944,11 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "tradetab|tradechattab", false}, + {"keyLangTab", + defaultAction(&Actions::chatLangTab), + InputCondition::INGAME, + "langtab|langchattab", + false}, }; #undef defaultAction |