From 9761d1af134b3e699a29262abdddbe86f2b8dfe3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 13:23:40 +0300 Subject: Move chat command /open into actions. --- src/input/inputaction.h | 1 + src/input/inputactionmap.h | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 32afb69f1..0a9e8ec21 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -405,6 +405,7 @@ namespace InputAction DUMP_GL, DUMP_MODS, URL, + OPEN_URL, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 22fc6ce11..d40a0ae99 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3414,6 +3414,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "url", + true}, + {"keyOpenUrl", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::openUrl, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "open", true} }; -- cgit v1.2.3-70-g09d2