From 9becb7a085a5bf5878ca1774f20a3aac71d1650a Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 5 Jun 2010 17:29:06 +0000 Subject: Add a mapping for the PLA_EXIT action for Iriver remote and provide it in the manual as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26591 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/pluginlib_actions.c | 1 + manual/platform/remote-keymap-iriverh100.tex | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/plugins/lib/pluginlib_actions.c b/apps/plugins/lib/pluginlib_actions.c index f31fe74237..1eafe87aea 100644 --- a/apps/plugins/lib/pluginlib_actions.c +++ b/apps/plugins/lib/pluginlib_actions.c @@ -218,6 +218,7 @@ const struct button_mapping pla_main_ctx[] = {PLA_CANCEL, BUTTON_OFF, BUTTON_NONE }, {PLA_CANCEL, BUTTON_RC_STOP, BUTTON_NONE }, {PLA_EXIT, BUTTON_ON, BUTTON_NONE }, + {PLA_EXIT, BUTTON_RC_MENU, BUTTON_NONE }, {PLA_SELECT, BUTTON_SELECT, BUTTON_NONE }, {PLA_SELECT, BUTTON_RC_ON, BUTTON_NONE }, {PLA_SELECT_REL, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT }, diff --git a/manual/platform/remote-keymap-iriverh100.tex b/manual/platform/remote-keymap-iriverh100.tex index c423f9e500..6a6a99cdea 100644 --- a/manual/platform/remote-keymap-iriverh100.tex +++ b/manual/platform/remote-keymap-iriverh100.tex @@ -119,5 +119,6 @@ \newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown} \newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp} \newcommand{\PluginRCCancel}{\ButtonRCStop} +\newcommand{\PluginRCExit}{\ButtonRCSelect} \newcommand{\PluginRCSelect}{\ButtonRCOn} -\newcommand{\PluginRCSelectRepeat}{Long \ButtonRCOn} \ No newline at end of file +\newcommand{\PluginRCSelectRepeat}{Long \ButtonRCOn} -- cgit v1.2.3