Hotkey: Add List Bookmarks action

Change-Id: I8cc775d2403b682d6d91069e26947fc08d379258
This commit is contained in:
roman.artiukhin 2023-01-29 14:47:46 +02:00 committed by Christian Soffke
parent 31d56d4a59
commit 1e678977f2
3 changed files with 9 additions and 3 deletions

View file

@ -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"),