Manual: Fix theme tags section and hence the complete manual for touchscreen targets . The _ needs escaping (but the * doesn't).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29908 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
313254e4ec
commit
a0f346204f
1 changed files with 3 additions and 3 deletions
|
@ -603,7 +603,7 @@ display cycling round the defined sublines. See
|
|||
touchscreen area.\\
|
||||
\end{tagmap}
|
||||
If the action starts with \& then the area must be held.
|
||||
If the action starts with \* then the area must be held and allows repeat presses.
|
||||
If the action starts with * then the area must be held and allows repeat presses.
|
||||
Possible actions are:
|
||||
|
||||
\begin{description}
|
||||
|
@ -611,8 +611,8 @@ display cycling round the defined sublines. See
|
|||
\item[stop] -- Stop playback and exit the WPS.
|
||||
\item[prev] -- Previous track/item.
|
||||
\item[next] -- Next track/item.
|
||||
\item[wps_prev] -- Previous track.
|
||||
\item[wps_next] -- Next track.
|
||||
\item[wps\_prev] -- Previous track.
|
||||
\item[wps\_next] -- Next track.
|
||||
\item[ffwd] -- Seek forwards in the track.
|
||||
\item[rwd] -- Seek backwards in the track.
|
||||
\item[menu] -- Go to the main menu.
|
||||
|
|
Loading…
Reference in a new issue