summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-09-02 00:23:23 +0000
committerThomas Martitz <kugel@rockbox.org>2009-09-02 00:23:23 +0000
commit9d70197f6424e1b3c815de4aa5b0521ada41343c (patch)
tree431a6883b1995742e26587982e0693200b868387
parentdb287c0971e6fb33e52a7301e0117f6da4eeb5db (diff)
downloadrockbox-9d70197f6424e1b3c815de4aa5b0521ada41343c.tar.gz
rockbox-9d70197f6424e1b3c815de4aa5b0521ada41343c.zip
Forgot to add keys for the quickscreens' top item for the ipods (they didn't have ACTION_QS_DOWNINV before). As that one was used as exit button, remap the exit button to select as the other scrollwheel targets also do.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22597 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/keymaps/keymap-ipod.c4
-rw-r--r--manual/platform/keymap-ipod1g2g.tex2
-rw-r--r--manual/platform/keymap-ipod3g.tex2
-rw-r--r--manual/platform/keymap-ipod4g.tex2
4 files changed, 6 insertions, 4 deletions
diff --git a/apps/keymaps/keymap-ipod.c b/apps/keymaps/keymap-ipod.c
index 83f46e6575..774597a3c0 100644
--- a/apps/keymaps/keymap-ipod.c
+++ b/apps/keymaps/keymap-ipod.c
@@ -124,13 +124,15 @@ static const struct button_mapping button_context_bmark[] = {
124}; /* button_context_settings_bmark */ 124}; /* button_context_settings_bmark */
125 125
126static const struct button_mapping button_context_quickscreen[] = { 126static const struct button_mapping button_context_quickscreen[] = {
127 { ACTION_QS_TOP, BUTTON_MENU, BUTTON_NONE },
128 { ACTION_QS_TOP, BUTTON_MENU|BUTTON_REPEAT, BUTTON_NONE },
127 { ACTION_QS_DOWN, BUTTON_PLAY, BUTTON_NONE }, 129 { ACTION_QS_DOWN, BUTTON_PLAY, BUTTON_NONE },
128 { ACTION_QS_DOWN, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE }, 130 { ACTION_QS_DOWN, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE },
129 { ACTION_QS_LEFT, BUTTON_LEFT, BUTTON_NONE }, 131 { ACTION_QS_LEFT, BUTTON_LEFT, BUTTON_NONE },
130 { ACTION_QS_LEFT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 132 { ACTION_QS_LEFT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
131 { ACTION_QS_RIGHT, BUTTON_RIGHT, BUTTON_NONE }, 133 { ACTION_QS_RIGHT, BUTTON_RIGHT, BUTTON_NONE },
132 { ACTION_QS_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 134 { ACTION_QS_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
133 { ACTION_STD_CANCEL, BUTTON_MENU, BUTTON_NONE }, 135 { ACTION_STD_CANCEL, BUTTON_SELECT, BUTTON_NONE },
134 136
135 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 137 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
136}; /* button_context_quickscreen */ 138}; /* button_context_quickscreen */
diff --git a/manual/platform/keymap-ipod1g2g.tex b/manual/platform/keymap-ipod1g2g.tex
index f3bf5d6785..f3735cffbb 100644
--- a/manual/platform/keymap-ipod1g2g.tex
+++ b/manual/platform/keymap-ipod1g2g.tex
@@ -17,7 +17,7 @@
17\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay} 17\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay}
18\newcommand{\ActionStdContext}{Long \ButtonSelect} 18\newcommand{\ActionStdContext}{Long \ButtonSelect}
19\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} 19\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
20\newcommand{\ActionQuickScreenExit}{\ButtonMenu} 20\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
21\newcommand{\ActionStdMenu}{\ButtonMenu} 21\newcommand{\ActionStdMenu}{\ButtonMenu}
22\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 22\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
23 23
diff --git a/manual/platform/keymap-ipod3g.tex b/manual/platform/keymap-ipod3g.tex
index f3bf5d6785..f3735cffbb 100644
--- a/manual/platform/keymap-ipod3g.tex
+++ b/manual/platform/keymap-ipod3g.tex
@@ -17,7 +17,7 @@
17\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay} 17\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay}
18\newcommand{\ActionStdContext}{Long \ButtonSelect} 18\newcommand{\ActionStdContext}{Long \ButtonSelect}
19\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} 19\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
20\newcommand{\ActionQuickScreenExit}{\ButtonMenu} 20\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
21\newcommand{\ActionStdMenu}{\ButtonMenu} 21\newcommand{\ActionStdMenu}{\ButtonMenu}
22\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 22\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
23 23
diff --git a/manual/platform/keymap-ipod4g.tex b/manual/platform/keymap-ipod4g.tex
index c24fafa32e..79b7cc8e43 100644
--- a/manual/platform/keymap-ipod4g.tex
+++ b/manual/platform/keymap-ipod4g.tex
@@ -17,7 +17,7 @@
17\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay} 17\newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay}
18\newcommand{\ActionStdContext}{Long \ButtonSelect} 18\newcommand{\ActionStdContext}{Long \ButtonSelect}
19\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} 19\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
20\newcommand{\ActionQuickScreenExit}{\ButtonMenu} 20\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
21\newcommand{\ActionStdMenu}{\ButtonMenu} 21\newcommand{\ActionStdMenu}{\ButtonMenu}
22\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 22\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
23\newcommand{\ActionStdUsbCharge}{\ButtonMenu} 23\newcommand{\ActionStdUsbCharge}{\ButtonMenu}