feat: added ecodes.KEY_HOMEPAGE (PS button) for overlay open
All checks were successful
Code and build check / Check code (push) Successful in 2m4s
Code and build check / Build with uv (push) Successful in 48s

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},
'context_menu': {ecodes.BTN_START},
'menu': {ecodes.BTN_SELECT},
'guide': {ecodes.BTN_MODE},
'guide': {ecodes.BTN_MODE, ecodes.KEY_HOMEPAGE},
}
class InputManager(QObject):