forked from len0rd/rockbox
Stay in file browser (do not go to WPS) after adding a track to the playlist via the hotkey (FS#11344 by Ryan Sawhill)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28847 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b6499f846a
commit
482b45b2cb
2 changed files with 3 additions and 2 deletions
|
@ -1264,10 +1264,10 @@ static struct hotkey_assignment hotkey_items[] = {
|
||||||
ONPLAY_RELOAD_DIR },
|
ONPLAY_RELOAD_DIR },
|
||||||
{ HOTKEY_INSERT, LANG_INSERT,
|
{ HOTKEY_INSERT, LANG_INSERT,
|
||||||
HOTKEY_FUNC(playlist_insert_func, (intptr_t*)PLAYLIST_INSERT),
|
HOTKEY_FUNC(playlist_insert_func, (intptr_t*)PLAYLIST_INSERT),
|
||||||
ONPLAY_START_PLAY },
|
ONPLAY_RELOAD_DIR },
|
||||||
{ HOTKEY_INSERT_SHUFFLED, LANG_INSERT_SHUFFLED,
|
{ HOTKEY_INSERT_SHUFFLED, LANG_INSERT_SHUFFLED,
|
||||||
HOTKEY_FUNC(playlist_insert_shuffled, NULL),
|
HOTKEY_FUNC(playlist_insert_shuffled, NULL),
|
||||||
ONPLAY_OK },
|
ONPLAY_RELOAD_DIR },
|
||||||
#ifdef HAVE_PICTUREFLOW_INTEGRATION
|
#ifdef HAVE_PICTUREFLOW_INTEGRATION
|
||||||
{ HOTKEY_PICTUREFLOW, LANG_ONPLAY_PICTUREFLOW,
|
{ HOTKEY_PICTUREFLOW, LANG_ONPLAY_PICTUREFLOW,
|
||||||
HOTKEY_FUNC(NULL, NULL),
|
HOTKEY_FUNC(NULL, NULL),
|
||||||
|
|
|
@ -574,6 +574,7 @@ Li Jie
|
||||||
Cristina Talpiga
|
Cristina Talpiga
|
||||||
Ştefan Moisei
|
Ştefan Moisei
|
||||||
Alexander Meshcheryakov
|
Alexander Meshcheryakov
|
||||||
|
Ryan Sawhill
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue