summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/keymaps/keymap-mr100.c5
-rw-r--r--manual/platform/mrobe100.tex11
2 files changed, 9 insertions, 7 deletions
diff --git a/apps/keymaps/keymap-mr100.c b/apps/keymaps/keymap-mr100.c
index 2d6b616d5d..84b4bc6177 100644
--- a/apps/keymaps/keymap-mr100.c
+++ b/apps/keymaps/keymap-mr100.c
@@ -68,6 +68,7 @@ static const struct button_mapping button_context_standard[] = {
68 68
69static const struct button_mapping button_context_wps[] = { 69static const struct button_mapping button_context_wps[] = {
70 { ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY }, 70 { ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
71 { ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
71 { ACTION_WPS_STOP, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY }, 72 { ACTION_WPS_STOP, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY },
72 73
73 { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT }, 74 { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
@@ -231,9 +232,9 @@ static const struct button_mapping button_context_pitchscreen[] = {
231 { ACTION_PS_NUDGE_LEFTOFF, BUTTON_LEFT|BUTTON_REL, BUTTON_NONE }, 232 { ACTION_PS_NUDGE_LEFTOFF, BUTTON_LEFT|BUTTON_REL, BUTTON_NONE },
232 { ACTION_PS_NUDGE_RIGHT, BUTTON_RIGHT, BUTTON_NONE }, 233 { ACTION_PS_NUDGE_RIGHT, BUTTON_RIGHT, BUTTON_NONE },
233 { ACTION_PS_NUDGE_RIGHTOFF, BUTTON_RIGHT|BUTTON_REL, BUTTON_NONE }, 234 { ACTION_PS_NUDGE_RIGHTOFF, BUTTON_RIGHT|BUTTON_REL, BUTTON_NONE },
234 { ACTION_PS_TOGGLE_MODE, BUTTON_SELECT, BUTTON_NONE }, 235 { ACTION_PS_TOGGLE_MODE, BUTTON_MENU, BUTTON_NONE },
235 { ACTION_PS_RESET, BUTTON_DISPLAY, BUTTON_NONE }, 236 { ACTION_PS_RESET, BUTTON_DISPLAY, BUTTON_NONE },
236 { ACTION_PS_EXIT, BUTTON_MENU, BUTTON_NONE }, 237 { ACTION_PS_EXIT, BUTTON_PLAY, BUTTON_NONE },
237 238
238 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 239 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
239}; /* button_context_pitchcreen */ 240}; /* button_context_pitchcreen */
diff --git a/manual/platform/mrobe100.tex b/manual/platform/mrobe100.tex
index ea324e8128..a7b6be23d8 100644
--- a/manual/platform/mrobe100.tex
+++ b/manual/platform/mrobe100.tex
@@ -25,6 +25,7 @@
25\newcommand{\disk}{hard disk} 25\newcommand{\disk}{hard disk}
26 26
27\newcommand{\ButtonPower}{\btnfnt{Power}} 27\newcommand{\ButtonPower}{\btnfnt{Power}}
28\newcommand{\ButtonPlay}{\btnfnt{Play}}
28\newcommand{\ButtonMenu}{\btnfnt{Menu}} 29\newcommand{\ButtonMenu}{\btnfnt{Menu}}
29\newcommand{\ButtonLeft}{\btnfnt{Left}} 30\newcommand{\ButtonLeft}{\btnfnt{Left}}
30\newcommand{\ButtonRight}{\btnfnt{Right}} 31\newcommand{\ButtonRight}{\btnfnt{Right}}
@@ -41,21 +42,21 @@
41\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} 42\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
42\newcommand{\ActionStdNext}{\ButtonDown} 43\newcommand{\ActionStdNext}{\ButtonDown}
43\newcommand{\ActionStdNextRepeat}{Long \ButtonDown} 44\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
44\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower} 45\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonDisplay{} or \ButtonPower}
45\newcommand{\ActionStdContext}{Long \ButtonSelect} 46\newcommand{\ActionStdContext}{Long \ButtonSelect}
46\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} 47\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
47\newcommand{\ActionStdMenu}{\ButtonMenu} 48\newcommand{\ActionStdMenu}{\ButtonMenu}
48\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 49\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
49 50
50%Button actions, wps context 51%Button actions, wps context
51\newcommand{\ActionWpsPlay}{\ButtonDisplay} 52\newcommand{\ActionWpsPlay}{\ButtonPlay}
52\newcommand{\ActionWpsSkipNext}{\ButtonRight} 53\newcommand{\ActionWpsSkipNext}{\ButtonRight}
53\newcommand{\ActionWpsSkipPrev}{\ButtonLeft} 54\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
54\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} 55\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
55\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} 56\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
56\newcommand{\ActionWpsAbSetBNextDir}{\ButtonDisplay{} + \ButtonRight} 57\newcommand{\ActionWpsAbSetBNextDir}{\ButtonDisplay{} + \ButtonRight}
57\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonDisplay{} + \ButtonLeft} 58\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonDisplay{} + \ButtonLeft}
58\newcommand{\ActionWpsStop}{\ButtonPower} 59\newcommand{\ActionWpsStop}{\ButtonPower{} or Long \ButtonPlay}
59\newcommand{\ActionWpsVolDown}{\ButtonDown} 60\newcommand{\ActionWpsVolDown}{\ButtonDown}
60\newcommand{\ActionWpsVolUp}{\ButtonUp} 61\newcommand{\ActionWpsVolUp}{\ButtonUp}
61\newcommand{\ActionWpsPitchScreen}{\ButtonDisplay{} + \ButtonUp/\ButtonDown} 62\newcommand{\ActionWpsPitchScreen}{\ButtonDisplay{} + \ButtonUp/\ButtonDown}
@@ -68,7 +69,7 @@
68 69
69%Button actions, tree context 70%Button actions, tree context
70\newcommand{\ActionTreeWps}{\ButtonDisplay} 71\newcommand{\ActionTreeWps}{\ButtonDisplay}
71\newcommand{\ActionTreeStop}{\ButtonPower} 72\newcommand{\ActionTreeStop}{\ButtonPower{} or Long \ButtonPlay}
72\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} 73\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
73\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} 74\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
74 75
@@ -103,4 +104,4 @@
103\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 104\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
104\newcommand{\ActionPsNudgeRight}{\ButtonRight} 105\newcommand{\ActionPsNudgeRight}{\ButtonRight}
105\newcommand{\ActionPsReset}{\ButtonDisplay} 106\newcommand{\ActionPsReset}{\ButtonDisplay}
106\newcommand{\ActionPsExit}{\ButtonPower} 107\newcommand{\ActionPsExit}{\ButtonPlay}