forked from Boria138/PortProtonQt
chore(input_manager): clean mapping of actions to evdev button codes
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
parent
565dc49f36
commit
3d2d5a6243
@ -37,8 +37,8 @@ BUTTONS = {
|
|||||||
'confirm': {ecodes.BTN_A},
|
'confirm': {ecodes.BTN_A},
|
||||||
'back': {ecodes.BTN_B},
|
'back': {ecodes.BTN_B},
|
||||||
'add_game': {ecodes.BTN_Y},
|
'add_game': {ecodes.BTN_Y},
|
||||||
'prev_tab': {ecodes.BTN_TL, ecodes.BTN_TL2},
|
'prev_tab': {ecodes.BTN_TL, ecodes.BTN_TRIGGER_HAPPY7},
|
||||||
'next_tab': {ecodes.BTN_TR, ecodes.BTN_TR2},
|
'next_tab': {ecodes.BTN_TR, ecodes.BTN_TRIGGER_HAPPY5},
|
||||||
'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, ecodes.BTN_MODE},
|
'menu': {ecodes.BTN_SELECT, ecodes.BTN_MODE},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user