summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2011-12-09 12:44:51 +0000
committerAlexander Levin <al.le@rockbox.org>2011-12-09 12:44:51 +0000
commit9653ae364cc8b558c846d3391e3ef9eb843d2385 (patch)
tree2aaa95c1abfcb1171b11fbf36fa0f46185a48e33
parent08d42520ab2a10050d2145b2a28a26abf2d24957 (diff)
downloadrockbox-9653ae364cc8b558c846d3391e3ef9eb843d2385.tar.gz
rockbox-9653ae364cc8b558c846d3391e3ef9eb843d2385.zip
Manual: Some minor corrections to the 'Shortcuts' section
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31187 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/main_menu/main.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 15da738e1b..41e16ba1b5 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -280,9 +280,11 @@ settings. With a shortcut,
280 \item A setting can be configured (any which can be added to the 280 \item A setting can be configured (any which can be added to the
281 \setting{Quick Screen}) 281 \setting{Quick Screen})
282 \item A debug menu item can be displayed (useful for developers mostly) 282 \item A debug menu item can be displayed (useful for developers mostly)
283\opt{rtc}{
284 \item The current time can be spoken
285}
286 \item The sleep timer can be configured
283 \item The \dap{} can be turned off 287 \item The \dap{} can be turned off
284 \item A shortcut to have the time spoken
285 \item A shortcut to confgure the sleep timer
286\end{itemize} 288\end{itemize}
287 289
288\note{Shortcuts into the database are not possible} 290\note{Shortcuts into the database are not possible}
@@ -312,10 +314,10 @@ Available types are:
312\item[debug] \config{data} is the name of the debug menu item to display 314\item[debug] \config{data} is the name of the debug menu item to display
313\item[separator] \config{data} is ignored; \config{name} can be used to display text, 315\item[separator] \config{data} is ignored; \config{name} can be used to display text,
314 or left blank to make the list more accessible with visual gaps 316 or left blank to make the list more accessible with visual gaps
315\item[shutdown] \config{data} is ignored; \config{name} can be used to display text 317\item[time] \config{data} needs to be \opt{rtc}{either ``talk'' to talk the time, or }``sleep X''
316\item[time] \config{data} needs to be either ``talk`` to talk the time, or ``sleep X``
317 where X is the number of minutes to run the sleep timer for (0 to disable). \config{name} 318 where X is the number of minutes to run the sleep timer for (0 to disable). \config{name}
318 is required for this shortcut type. 319 is required for this shortcut type.
320\item[shutdown] \config{data} is ignored; \config{name} can be used to display text
319\end{description} 321\end{description}
320 322
321If the name/icon items are not specified, a sensible default will be used. 323If the name/icon items are not specified, a sensible default will be used.