summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-11-10 16:46:33 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-11-10 16:46:33 +0000
commitf669797d077d081078407dd6dabf4e7389acf68f (patch)
treefb3eef3873afd945bb97289d4da3be7ee3fa88a8 /apps
parent00651929025b570baa7d06d85881300472ffef63 (diff)
downloadrockbox-f669797d077d081078407dd6dabf4e7389acf68f.tar.gz
rockbox-f669797d077d081078407dd6dabf4e7389acf68f.zip
Bookmark screen: fix buttons for both I-River remotes. fs#6251
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11501 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index 7793669d33..fc052ea491 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -496,15 +496,13 @@ const struct button_mapping *button_context_yesno_h300lcdremote =
496 496
497const struct button_mapping button_context_bmark_h100remote[] = { 497const struct button_mapping button_context_bmark_h100remote[] = {
498 { ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE }, 498 { ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE },
499 { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE }, 499 { ACTION_BMS_SELECT, BUTTON_RC_MENU, BUTTON_NONE },
500 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS|CONTEXT_REMOTE), 500 { ACTION_BMS_EXIT, BUTTON_RC_STOP, BUTTON_NONE },
501 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
501}; /* button_context_settings_bmark */ 502}; /* button_context_settings_bmark */
502 503
503const struct button_mapping button_context_bmark_h300lcdremote[] = { 504const struct button_mapping *button_context_bmark_h300lcdremote =
504 { ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE }, 505 button_context_bmark_h100remote;
505 { ACTION_STD_OK, BUTTON_RC_MENU, BUTTON_NONE },
506 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS|CONTEXT_REMOTE),
507};
508 506
509const struct button_mapping button_context_quickscreen_nonlcdremote[] = { 507const struct button_mapping button_context_quickscreen_nonlcdremote[] = {
510 { ACTION_QS_DOWNINV, BUTTON_RC_VOL_UP, BUTTON_NONE }, 508 { ACTION_QS_DOWNINV, BUTTON_RC_VOL_UP, BUTTON_NONE },