From 8aa68056aec80c775a3ddb152bea8a90a7097199 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Dec 2014 23:59:31 +0300 Subject: Add actions for switch to next/prev tab in inventory. Keys not assigned. --- src/input/inputactionmap.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 460f11048..cb9805d3a 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4125,6 +4125,24 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::SHORTCUT0, "bank|openbank", false}, + {"keyInventoryPrevTab", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT | Input::GRP_GUI, + &Actions::prevInvTab, + InputAction::NO_VALUE, 50, + InputCondition::NOINPUT | InputCondition::INGAME, + "previnvtab", + false}, + {"keyInventoryNextTab", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT | Input::GRP_GUI, + &Actions::nextInvTab, + InputAction::NO_VALUE, 50, + InputCondition::NOINPUT | InputCondition::INGAME, + "nextinvtab", + false}, }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-60-g2f50