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/pages/windows.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/input/pages') diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index 32fc18c49..0bde9cb9e 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -223,6 +223,18 @@ SetupActionData setupActionDataWindows[] = InputAction::NEXT_COMMANDS_TAB, "", }, + { + // TRANSLATORS: input action name + N_("Previous inventory tab"), + InputAction::PREV_INV_TAB, + "", + }, + { + // TRANSLATORS: input action name + N_("Next inventory tab"), + InputAction::NEXT_INV_TAB, + "", + }, { "", InputAction::NO_VALUE, -- cgit v1.2.3-70-g09d2