summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2011-01-13 18:09:36 +0000
committerAlex Parker <rockbox@aeparker.com>2011-01-13 18:09:36 +0000
commitb33a2d869ea65f1bf76737ac5a007f835167e26e (patch)
treec0e9581f4a2cc661a0028aa449fbd086c4ec8ade /manual
parent3fc41cec058aa90d90a1fee42c904213bc893840 (diff)
downloadrockbox-b33a2d869ea65f1bf76737ac5a007f835167e26e.tar.gz
rockbox-b33a2d869ea65f1bf76737ac5a007f835167e26e.zip
Manual: Fix part 2 of FS#11874 - setting_inc and setting_dec missing from actions list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29049 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 1aae08d327..b4ec7ef8ce 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -616,6 +616,10 @@ display cycling round the defined sublines. See
\item[voldown] -- Decrease the volume by one step.
\item[volup] -- Increase the volume by one step.
\item[mute] -- Un/Mute playback.
+ \item[setting\_inc] -- Increment the subsequently specified setting (e.g
+ \config{\%T(0,0, setting\_inc, volume)} increases the volume by one step).
+ \item[setting\_dec] -- Decrement the subsequently specified setting (e.g
+ \config{\%T(0,0, setting\_dec, volume)} decreases the volume by one step).
\end{description}
\section{Last Touchscreen Press}