summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-06-01 14:41:49 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-06-01 14:41:49 +0000
commitb58d3656d79e5f9752a22d55c139294412084e4f (patch)
treebd98c9d2ab0db1e0df432814bb398cdb49739fe1 /manual/appendix/wps_tags.tex
parentc54f4b34400ea96bd3e2d86ba919a0ae509a56a9 (diff)
downloadrockbox-b58d3656d79e5f9752a22d55c139294412084e4f.tar.gz
rockbox-b58d3656d79e5f9752a22d55c139294412084e4f.zip
FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29944 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 46fad0c52e..67f1ff0aa1 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -266,8 +266,10 @@ Example: \config{\%?mp<Stop|Play|Pause|Ffwd|Rew|Rec|Rec pause|FM|FM pause>}
266 266
267\section{Current Screen} 267\section{Current Screen}
268 \begin{tagmap} 268 \begin{tagmap}
269 \config{\%cs} & The current screen, 1-5, in the order: 269 \config{\%cs} & The current screen, 1-15, in the order:
270 Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen\\ 270 Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen,
271 Settings menus, File browser, Database, Plugins, Quickscreen,
272 Pitchscreen, Setting chooser\\
271 \end{tagmap} 273 \end{tagmap}
272The tag can also be used as the switch in a conditional tag. For players without 274The tag can also be used as the switch in a conditional tag. For players without
273some capabilities (e.g. having no FM radio) some values will be never yielded. 275some capabilities (e.g. having no FM radio) some values will be never yielded.