diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputaction.h | 1 | ||||
-rw-r--r-- | src/input/inputactionmap.h | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index d5bad5483..2f4bdcb3c 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -595,6 +595,7 @@ namespace InputAction JOIN_ROOM, LEAVE_ROOM, WINDOW_QUICK_SETTINGS, + WINDOW_MAIL, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 54a15e806..edd75851a 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4460,6 +4460,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::GAME | InputCondition::NOTARGET, "yellowbar|quickoptions", false}, + {"keyWindowMail", + emptyKey, + emptyKey, + Input::GRP_DEFAULT | Input::GRP_GUI, + &Actions::mailWindowShow, + InputAction::NO_VALUE, 50, + InputCondition::GAME | InputCondition::NOTARGET, + "mailwindow|mail", + false}, }; #undef defaultAction |