Enabled controls for playlist management in RetroFE and load favorite playlists by default

This commit is contained in:
DrUm78 2023-03-07 18:04:33 +01:00
parent 7325cc7331
commit 5bcc5e8fbc
2 changed files with 7 additions and 7 deletions

View File

@ -6,12 +6,12 @@ pageUp = PageDown
pageDown = PageUp pageDown = PageUp
letterUp = N letterUp = N
letterDown = M letterDown = M
favPlaylist = F3 favPlaylist = S
nextPlaylist = F2 nextPlaylist = O
prevPlaylist = F1 prevPlaylist = V
addPlaylist = I addPlaylist = Y
removePlaylist = O removePlaylist = X
random = G random = K
select = Return, A select = Return, A
menu = Q menu = Q
back = B back = B

View File

@ -30,7 +30,7 @@ showSquareBrackets = no
firstCollection = Main firstCollection = Main
# specify whether RetroFE should switch to Favorites list if it exists. # specify whether RetroFE should switch to Favorites list if it exists.
autoFavorites = false autoFavorites = true
# specify whether RetroFE should remember the last selected game # specify whether RetroFE should remember the last selected game
rememberMenu = true rememberMenu = true