Correct the metronome keymap in the manual. Better describe buttons/actions in metronome help text. Closes FS#11773.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5a2421a0de
commit
d3934185ac
2 changed files with 7 additions and 3 deletions
|
@ -642,8 +642,8 @@ enum {
|
|||
#endif /* IRIVER_H100_PAD||IRIVER_H300_PAD */
|
||||
|
||||
|
||||
#define METRONOME_MSG_START "start: press select"
|
||||
#define METRONOME_MSG_STOP "start: hold select"
|
||||
#define METRONOME_MSG_START "start: hold select"
|
||||
#define METRONOME_MSG_STOP "stop : cancel"
|
||||
|
||||
#ifdef MET_SYNC
|
||||
static const struct button_mapping iriver_syncaction[] =
|
||||
|
|
|
@ -10,7 +10,11 @@ on the appropriate button.
|
|||
|
||||
\PluginCancel
|
||||
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
|
||||
& Start / Stop \\
|
||||
& Stop \\
|
||||
|
||||
\PluginSelectRepeat
|
||||
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
|
||||
& Start \\
|
||||
|
||||
\PluginSelect
|
||||
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
|
||||
|
|
Loading…
Reference in a new issue