diff options
| -rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 4 insertions, 0 deletions
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} |