summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}