From b33a2d869ea65f1bf76737ac5a007f835167e26e Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Thu, 13 Jan 2011 18:09:36 +0000 Subject: 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 --- manual/appendix/wps_tags.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 1aae08d..b4ec7ef 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} -- cgit v1.1