diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputaction.h | 1 | ||||
-rw-r--r-- | src/input/inputactionmap.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index f94af67c8..9a93863e7 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -526,6 +526,7 @@ namespace InputAction PET_DIRECT_RIGHT, PET_AI_START, PET_AI_STOP, + CHAT_GENERAL_TAB, TOTAL }; } // namespace InputAction 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 |