diff --git a/portprotonqt/input_manager.py b/portprotonqt/input_manager.py index 1d9da42..28becc8 100644 --- a/portprotonqt/input_manager.py +++ b/portprotonqt/input_manager.py @@ -37,8 +37,8 @@ BUTTONS = { 'confirm': {ecodes.BTN_A}, 'back': {ecodes.BTN_B}, 'add_game': {ecodes.BTN_Y}, - 'prev_tab': {ecodes.BTN_TL, ecodes.BTN_TL2}, - 'next_tab': {ecodes.BTN_TR, ecodes.BTN_TR2}, + 'prev_tab': {ecodes.BTN_TL, ecodes.BTN_TRIGGER_HAPPY7}, + 'next_tab': {ecodes.BTN_TR, ecodes.BTN_TRIGGER_HAPPY5}, 'confirm_stick': {ecodes.BTN_THUMBL, ecodes.BTN_THUMBR}, 'context_menu': {ecodes.BTN_START}, 'menu': {ecodes.BTN_SELECT, ecodes.BTN_MODE},