diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-21 23:53:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-22 12:23:26 +0300 |
commit | 5dd673aa6abe2a070de45388a885d03fcc037d70 (patch) | |
tree | b5bf80507501e7b77c4dbdbfc39989ebd6209a20 /src/input/keyboarddata.h | |
parent | 66bc17a4099842f9a54c13c183842f561d63963f (diff) | |
download | plus-5dd673aa6abe2a070de45388a885d03fcc037d70.tar.gz plus-5dd673aa6abe2a070de45388a885d03fcc037d70.tar.bz2 plus-5dd673aa6abe2a070de45388a885d03fcc037d70.tar.xz plus-5dd673aa6abe2a070de45388a885d03fcc037d70.zip |
allow open updater window from inside game.
Diffstat (limited to 'src/input/keyboarddata.h')
-rw-r--r-- | src/input/keyboarddata.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/input/keyboarddata.h b/src/input/keyboarddata.h index 636aa9268..76e5a15ab 100644 --- a/src/input/keyboarddata.h +++ b/src/input/keyboarddata.h @@ -2202,6 +2202,13 @@ static const KeyData keyData[InputAction::TOTAL] = { &ActionManager::aboutWindowShow, InputAction::NO_VALUE, 50, InputCondition::SHORTCUT0}, + {"keyWindowUpdater", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT | Input::GRP_GUI, + &ActionManager::updaterWindowShow, + InputAction::NO_VALUE, 50, + InputCondition::GAME} }; #endif // INPUT_KEYBOARDDATA_H |