From 101693fd3047fb64e766580e80635a424fa25c4d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 15 Nov 2011 13:22:02 +0000 Subject: FS#12251 - User shortcuts in the main menu. Custom shortcuts which give the user fast access to regularly used files/folders/settings/whatever. Thanks to Alexander Levin for the manual part of the patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30990 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index bfe6e5b449..4647898889 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -119,7 +119,8 @@ enum current_activity { ACTIVITY_CONTEXTMENU, ACTIVITY_SYSTEMSCREEN, ACTIVITY_TIMEDATESCREEN, - ACTIVITY_BOOKMARKSLIST + ACTIVITY_BOOKMARKSLIST, + ACTIVITY_SHORTCUTSMENU }; #if CONFIG_CODEC == SWCODEC -- cgit