From d5e6bc7a8c413218ec1372fd54157e9639ab67b4 Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Thu, 1 Apr 2010 03:14:44 +0000 Subject: FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before they can be switched on git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25414 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/action.h') diff --git a/apps/action.h b/apps/action.h index 63ec905e51..ec9727c120 100644 --- a/apps/action.h +++ b/apps/action.h @@ -136,6 +136,7 @@ enum { ACTION_WPS_ABSETA_PREVDIR, /* these should be safe to put together seen as */ ACTION_WPS_ABSETB_NEXTDIR, /* you shouldnt want to change dir in ab-mode */ ACTION_WPS_ABRESET, + ACTION_WPS_HOTKEY, /* list and tree page up/down */ ACTION_LISTTREE_PGUP,/* optional */ @@ -151,6 +152,7 @@ enum { ACTION_TREE_PGRIGHT,/* optional */ ACTION_TREE_STOP, ACTION_TREE_WPS, + ACTION_TREE_HOTKEY, /* radio */ ACTION_FM_MENU, -- cgit v1.2.3