Add SHORTCUT_DONT_SHOW_ANYMORE
This commit is contained in:
parent
135f69bec5
commit
6e30040d81
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ class Command(Enum):
|
|||
|
||||
BACK = 'SHORTCUT_BACK'
|
||||
CHANGE_DANCERCARD = 'SHORTCUT_CHANGE_DANCERCARD'
|
||||
DONT_SHOW_ANYMORE = 'SHORTCUT_DONT_SHOW_ANYMORE'
|
||||
FAVORITE = 'SHORTCUT_FAVORITE'
|
||||
GOTO_SONGSTAB = 'SHORTCUT_GOTO_SONGSTAB'
|
||||
SKIP = 'SHORTCUT_SKIP'
|
||||
|
@ -109,6 +110,7 @@ SHORTCUT_MAPPING = {
|
|||
Command.UPLAY,
|
||||
],
|
||||
JoyConButton.PLUS: [
|
||||
Command.DONT_SHOW_ANYMORE,
|
||||
Command.FAVORITE,
|
||||
Command.PAUSE,
|
||||
Command.PLAYLIST_RENAME,
|
||||
|
|
Loading…
Reference in a new issue