summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 4ef79fc220..9dd780fd6e 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1998,6 +1998,11 @@ static const struct hotkey_assignment hotkey_items[] = {
.func = HOTKEY_FUNC(bookmark_create_menu, NULL),
.return_code = ONPLAY_OK,
.flags = HOTKEY_FLAG_WPS | HOTKEY_FLAG_NOSBS },
+ { .action = HOTKEY_BOOKMARK_LIST,
+ .lang_id = LANG_BOOKMARK_MENU_LIST,
+ .func = HOTKEY_FUNC(bookmark_load_menu, NULL),
+ .return_code = ONPLAY_START_PLAY,
+ .flags = HOTKEY_FLAG_WPS },
{ .action = HOTKEY_PROPERTIES,
.lang_id = LANG_PROPERTIES,
.func = HOTKEY_FUNC(hotkey_tree_run_plugin, (void *)"properties"),