summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-mr500.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-10-23 14:33:16 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-10-23 14:33:16 +0000
commiteed41ff985ba92181a00e6a060dc460828feb7dc (patch)
treeca9fc24ba071762229f140295bd1f68301f9ac10 /apps/keymaps/keymap-mr500.c
parentdbff3731a54b37dfe421e445dbf30f5f0c90c0fd (diff)
downloadrockbox-eed41ff985ba92181a00e6a060dc460828feb7dc.tar.gz
rockbox-eed41ff985ba92181a00e6a060dc460828feb7dc.zip
mrobe changes:
stop it thinking the battery is always flat and shutting down add keymap for time/date screen pressing a list item will highlight it before accepting it (looks better than it just entering the item without the selection changing first) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-mr500.c')
-rwxr-xr-xapps/keymaps/keymap-mr500.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-mr500.c b/apps/keymaps/keymap-mr500.c
index b2444c5fad..b0d75c15bf 100755
--- a/apps/keymaps/keymap-mr500.c
+++ b/apps/keymaps/keymap-mr500.c
@@ -86,6 +86,12 @@ static const struct button_mapping button_context_listtree_scroll_without_combo[
86}; 86};
87 87
88static const struct button_mapping button_context_settings[] = { 88static const struct button_mapping button_context_settings[] = {
89 { ACTION_SETTINGS_INC, BUTTON_RC_VOL_UP, BUTTON_NONE },
90 { ACTION_SETTINGS_INCREPEAT, BUTTON_RC_VOL_UP|BUTTON_REPEAT, BUTTON_NONE },
91 { ACTION_SETTINGS_DEC, BUTTON_RC_VOL_DOWN, BUTTON_NONE },
92 { ACTION_SETTINGS_DECREPEAT, BUTTON_RC_VOL_DOWN|BUTTON_REPEAT, BUTTON_NONE },
93 { ACTION_STD_OK, BUTTON_RC_HEART, BUTTON_NONE },
94 { ACTION_STD_CANCEL, BUTTON_RC_MODE, BUTTON_NONE },
89 95
90 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 96 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
91}; /* button_context_settings */ 97}; /* button_context_settings */