Fix broken Iaudio M3 manual and missing buttons in the M:Robe 100 manual, caused by the same weirdness of tex: breaking a long opt list needs escaping of the linebreak otherwise the one option before or after the break will be ignored (the one that is 'disconnected' from the comma).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25692 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
64349865cb
commit
854dfba1b4
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ fired. Points are awarded depending on how quickly the level was completed.
|
|||
}
|
||||
& Pause game\\
|
||||
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD
|
||||
,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,PBELL_VIBE500_PAD}
|
||||
{\ButtonLeft{} / \ButtonRight}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
|
||||
|
|
|
@ -7,7 +7,7 @@ Demystify is a screen saver like demo.\\
|
|||
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
|
||||
{\ButtonUp\ / \ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD
|
||||
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
|
||||
,PBELL_VIBE500_PAD}
|
||||
{\ButtonRight\ / \ButtonLeft}
|
||||
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
|
||||
|
|
|
@ -104,7 +104,7 @@ these markers:
|
|||
\\
|
||||
}
|
||||
|
||||
\nopt{IRIVER_H10_PAD,COWON_D2_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD
|
||||
\nopt{IRIVER_H10_PAD,COWON_D2_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD%
|
||||
,PBELL_VIBE500_PAD}{%
|
||||
\ButtonSelect}%
|
||||
\opt{IRIVER_H10_PAD,RECORDER_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}%
|
||||
|
|
Loading…
Reference in a new issue