From 5e8db1662befb2d75807f60593f408c2850875a4 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 1 Jan 2019 19:37:13 -0500 Subject: FS#11711: Add ability to create bookmark from WPS hotkey Original patch Michael Gentry Updated by Igor Poretsky Change-Id: Id0fd67d2b2f6c257e3cbbe9bfda5c0eace5caca5 --- apps/onplay.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/onplay.c') 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 */ -- cgit v1.2.3