feat: added ecodes.KEY_HOMEPAGE (PS button) for overlay open

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-08 15:02:03 +05:00
parent 647394ca92
commit 08f4a0215b

View File

@ -44,7 +44,7 @@ BUTTONS = {
'confirm_stick': {ecodes.BTN_THUMBL, ecodes.BTN_THUMBR}, 'confirm_stick': {ecodes.BTN_THUMBL, ecodes.BTN_THUMBR},
'context_menu': {ecodes.BTN_START}, 'context_menu': {ecodes.BTN_START},
'menu': {ecodes.BTN_SELECT}, 'menu': {ecodes.BTN_SELECT},
'guide': {ecodes.BTN_MODE}, 'guide': {ecodes.BTN_MODE, ecodes.KEY_HOMEPAGE},
} }
class InputManager(QObject): class InputManager(QObject):