From 5ff8a5a1c94dd8e10ff097afb74244b4b597a4c3 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Fri, 26 Feb 2010 19:53:06 +0000 Subject: [PATCH] Describe the %cs WPS tag in the manual (fix FS#11053) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24929 a1c6a512-1295-4272-9138-f99709370657 --- manual/appendix/wps_tags.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 4e9c20738a..94b2fbf089 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -226,6 +226,19 @@ Example: \config{\%?mm{\textless}Off{\textbar}All{\textbar}One{\textbar}Shuffle% Example: \config{\%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}% Ffwd{\textbar}Rew{\textgreater}} +\section{Current Screen} +\begin{table} + \begin{tagmap}{}{} + \config{\%cs} & The current screen, 1-4, in the order: + Menus, WPS, Recording screen, FM Radio screen\\ + \end{tagmap} +\end{table} +The tag can also be used as the switch in a conditional tag. For players without +some capabilities (e.g. having no FM radio) some values will be never yielded. + +Example: \config{You are in the \%?cs{\textless}Main menu{\textbar}WPS{\textbar}% +Recording screen{\textbar}FM Radio screen{\textgreater}} + \section{Changing Volume} \begin{table} \begin{tagmap}{}{} -- 2.11.4.GIT