summaryrefslogtreecommitdiff
path: root/manual/main_menu
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-12-08 10:23:46 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-12-08 10:23:46 +0000
commit29b1ba3445a8acaffe0fb11c267869eccda80883 (patch)
tree2cbf6f1e6de488d1eb753a358fd7ac05ecbf49db /manual/main_menu
parent2376c4f825400fd0f8619cd746f3093c59ca7710 (diff)
downloadrockbox-29b1ba3445a8acaffe0fb11c267869eccda80883.zip
rockbox-29b1ba3445a8acaffe0fb11c267869eccda80883.tar.gz
rockbox-29b1ba3445a8acaffe0fb11c267869eccda80883.tar.bz2
rockbox-29b1ba3445a8acaffe0fb11c267869eccda80883.tar.xz
shortcuts: talk the time and configure the sleep timeout
Use "type: time" and "data: talk" to have the time voiced when the shortcut is run. use "type: time" and "data: sleep X" where X is the number of minutes to run the sleep timer for (0 means disable) the name field is required git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31178 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/main_menu')
-rw-r--r--manual/main_menu/main.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 4d3e223..15da738 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -281,6 +281,8 @@ settings. With a shortcut,
\setting{Quick Screen})
\item A debug menu item can be displayed (useful for developers mostly)
\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}
@@ -311,6 +313,9 @@ Available types are:
\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``
+ where X is the number of minutes to run the sleep timer for (0 to disable). \config{name}
+ is required for this shortcut type.
\end{description}
If the name/icon items are not specified, a sensible default will be used.