forked from len0rd/rockbox
Manual: Some minor corrections to the 'Shortcuts' section
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31187 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
08d42520ab
commit
9653ae364c
1 changed files with 6 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue