diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-06-05 17:29:06 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-06-05 17:29:06 +0000 |
| commit | 9becb7a085a5bf5878ca1774f20a3aac71d1650a (patch) | |
| tree | d87a8d2cb691b83f0e93f5e12acc0b6e11074272 /apps/plugins/lib | |
| parent | 4477902738375a67638b97a9abdba1d853dc60b5 (diff) | |
| download | rockbox-9becb7a085a5bf5878ca1774f20a3aac71d1650a.zip rockbox-9becb7a085a5bf5878ca1774f20a3aac71d1650a.tar.gz rockbox-9becb7a085a5bf5878ca1774f20a3aac71d1650a.tar.bz2 rockbox-9becb7a085a5bf5878ca1774f20a3aac71d1650a.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/pluginlib_actions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/pluginlib_actions.c b/apps/plugins/lib/pluginlib_actions.c index f31fe74..1eafe87 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 }, |