diff options
author | Alexander Levin <al.le@rockbox.org> | 2011-12-09 12:44:51 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2011-12-09 12:44:51 +0000 |
commit | 9653ae364cc8b558c846d3391e3ef9eb843d2385 (patch) | |
tree | 2aaa95c1abfcb1171b11fbf36fa0f46185a48e33 /manual/main_menu | |
parent | 08d42520ab2a10050d2145b2a28a26abf2d24957 (diff) |
Manual: Some minor corrections to the 'Shortcuts' section
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31187 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/main_menu')
-rw-r--r-- | manual/main_menu/main.tex | 10 |
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, \item A setting can be configured (any which can be added to the \setting{Quick Screen}) \item A debug menu item can be displayed (useful for developers mostly) +\opt{rtc}{ + \item The current time can be spoken +} + \item The sleep timer can be configured \item The \dap{} can be turned off - \item A shortcut to have the time spoken - \item A shortcut to confgure the sleep timer \end{itemize} \note{Shortcuts into the database are not possible} @@ -312,10 +314,10 @@ Available types are: \item[debug] \config{data} is the name of the debug menu item to display \item[separator] \config{data} is ignored; \config{name} can be used to display text, or left blank to make the list more accessible with visual gaps -\item[shutdown] \config{data} is ignored; \config{name} can be used to display text -\item[time] \config{data} needs to be either ``talk`` to talk the time, or ``sleep X`` +\item[time] \config{data} needs to be \opt{rtc}{either ``talk'' to talk the time, or }``sleep X'' where X is the number of minutes to run the sleep timer for (0 to disable). \config{name} is required for this shortcut type. +\item[shutdown] \config{data} is ignored; \config{name} can be used to display text \end{description} If the name/icon items are not specified, a sensible default will be used. |