mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Hotkey: Add List Bookmarks action
Change-Id: I8cc775d2403b682d6d91069e26947fc08d379258
This commit is contained in:
parent
31d56d4a59
commit
1e678977f2
3 changed files with 9 additions and 3 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue