diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2019-01-01 19:37:13 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-01-02 17:35:48 +0100 |
commit | 5e8db1662befb2d75807f60593f408c2850875a4 (patch) | |
tree | fe5372bbb1cc717da2cc2bab485e92d8422fb438 /apps/onplay.c | |
parent | 1b2fd8918f22b566e397d00adf8d6c6db9a915dd (diff) | |
download | rockbox-5e8db1662befb2d75807f60593f408c2850875a4.tar.gz rockbox-5e8db1662befb2d75807f60593f408c2850875a4.tar.bz2 rockbox-5e8db1662befb2d75807f60593f408c2850875a4.zip |
FS#11711: Add ability to create bookmark from WPS hotkey
Original patch Michael Gentry
Updated by Igor Poretsky
Change-Id: Id0fd67d2b2f6c257e3cbbe9bfda5c0eace5caca5
Diffstat (limited to 'apps/onplay.c')
-rw-r--r-- | apps/onplay.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index f44d339246..7c4c83a991 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1496,6 +1496,9 @@ static struct hotkey_assignment hotkey_items[] = { HOTKEY_FUNC(NULL, NULL), ONPLAY_PICTUREFLOW }, #endif + { HOTKEY_BOOKMARK, LANG_BOOKMARK_MENU_CREATE, + HOTKEY_FUNC(bookmark_create_menu, NULL), + ONPLAY_OK }, }; /* Return the language ID for this action */ |