feat: added ecodes.KEY_HOMEPAGE (PS button) for overlay open
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user