diff --git a/src/input/input_manager.cpp b/src/input/input_manager.cpp index 89a4a0d87..7ac13e5e0 100644 --- a/src/input/input_manager.cpp +++ b/src/input/input_manager.cpp @@ -531,6 +531,7 @@ void InputManager::dispatchInput(Input::InputType type, int deviceID, else if (button == KEY_RIGHT) action = PA_MENU_RIGHT; else if (button == KEY_SPACE) action = PA_MENU_SELECT; else if (button == KEY_RETURN) action = PA_MENU_SELECT; + else if (button == KEY_TAB) action = PA_MENU_DOWN; if (button == KEY_RETURN && GUIEngine::ModalDialog::isADialogActive()) {