summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-01-28 09:06:59 +0000
committerDave Chapman <dave@dchapman.com>2008-01-28 09:06:59 +0000
commit1d095d1545fcbd74d201a5d63cee654fe9141187 (patch)
tree8972f0a5b38799ad7862229cb7f9de0c0c462310
parent3f4fd4d6a0d1bb6ce5e8e384e92f3a122e3f1ede (diff)
downloadrockbox-1d095d1545fcbd74d201a5d63cee654fe9141187.zip
rockbox-1d095d1545fcbd74d201a5d63cee654fe9141187.tar.gz
rockbox-1d095d1545fcbd74d201a5d63cee654fe9141187.tar.bz2
rockbox-1d095d1545fcbd74d201a5d63cee654fe9141187.tar.xz
Commit FS#7773 by Alexander Levin - Add UP (play) as an alternative exit button for the pitch screen on the E200. Plus changes by me to add this new button to the manual, plus also correct the description of other button mappings in the pitch screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16180 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/keymaps/keymap-e200.c1
-rw-r--r--manual/platform/e200.tex10
2 files changed, 6 insertions, 5 deletions
diff --git a/apps/keymaps/keymap-e200.c b/apps/keymaps/keymap-e200.c
index 748b56d..1c11f3f 100644
--- a/apps/keymaps/keymap-e200.c
+++ b/apps/keymaps/keymap-e200.c
@@ -201,6 +201,7 @@ static const struct button_mapping button_context_pitchscreen[] = {
{ ACTION_PS_TOGGLE_MODE, BUTTON_REC, BUTTON_NONE },
{ ACTION_PS_RESET, BUTTON_SELECT, BUTTON_NONE },
{ ACTION_PS_EXIT, BUTTON_POWER, BUTTON_NONE },
+ { ACTION_PS_EXIT, BUTTON_UP, BUTTON_NONE },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD),
}; /* button_context_pitchscreen */
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index 52646b1..6647943 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -101,14 +101,14 @@
%Button actions, Pitch Screen context
\newcommand{\ActionPsToggleMode}{\ButtonRec}
-\newcommand{\ActionPsIncSmall}{\ButtonUp}
-\newcommand{\ActionPsIncBig}{Long \ButtonUp}
-\newcommand{\ActionPsDecSmall}{\ButtonDown}
-\newcommand{\ActionPsDecBig}{Long \ButtonDown}
+\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
+\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
+\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
+\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown}
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
\newcommand{\ActionPsNudgeRight}{\ButtonRight}
\newcommand{\ActionPsReset}{\ButtonSelect}
-\newcommand{\ActionPsExit}{\ButtonPower}
+\newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp}
%Button actions, Recording screen context
\newcommand{\ActionRecPause}{\ButtonUp}