summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 748b56d23d..1c11f3f917 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[] = {
201 { ACTION_PS_TOGGLE_MODE, BUTTON_REC, BUTTON_NONE }, 201 { ACTION_PS_TOGGLE_MODE, BUTTON_REC, BUTTON_NONE },
202 { ACTION_PS_RESET, BUTTON_SELECT, BUTTON_NONE }, 202 { ACTION_PS_RESET, BUTTON_SELECT, BUTTON_NONE },
203 { ACTION_PS_EXIT, BUTTON_POWER, BUTTON_NONE }, 203 { ACTION_PS_EXIT, BUTTON_POWER, BUTTON_NONE },
204 { ACTION_PS_EXIT, BUTTON_UP, BUTTON_NONE },
204 205
205 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), 206 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD),
206}; /* button_context_pitchscreen */ 207}; /* button_context_pitchscreen */
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index 52646b1a59..664794376e 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -101,14 +101,14 @@
101 101
102%Button actions, Pitch Screen context 102%Button actions, Pitch Screen context
103\newcommand{\ActionPsToggleMode}{\ButtonRec} 103\newcommand{\ActionPsToggleMode}{\ButtonRec}
104\newcommand{\ActionPsIncSmall}{\ButtonUp} 104\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
105\newcommand{\ActionPsIncBig}{Long \ButtonUp} 105\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
106\newcommand{\ActionPsDecSmall}{\ButtonDown} 106\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
107\newcommand{\ActionPsDecBig}{Long \ButtonDown} 107\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown}
108\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 108\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
109\newcommand{\ActionPsNudgeRight}{\ButtonRight} 109\newcommand{\ActionPsNudgeRight}{\ButtonRight}
110\newcommand{\ActionPsReset}{\ButtonSelect} 110\newcommand{\ActionPsReset}{\ButtonSelect}
111\newcommand{\ActionPsExit}{\ButtonPower} 111\newcommand{\ActionPsExit}{\ButtonPower{} or \ButtonUp}
112 112
113%Button actions, Recording screen context 113%Button actions, Recording screen context
114\newcommand{\ActionRecPause}{\ButtonUp} 114\newcommand{\ActionRecPause}{\ButtonUp}