summaryrefslogtreecommitdiffstats
path: root/manual/main_menu
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-12-06 12:02:49 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-12-06 12:02:49 +0000
commit565191ad502d1505d388d138b4d0e5df4a5e2500 (patch)
tree0f8c1bdfb45dbb24343a216ca6e2d73c5bc022c0 /manual/main_menu
parenta55982d130c45ebb1b227296943b4173b61ce17d (diff)
downloadrockbox-565191ad502d1505d388d138b4d0e5df4a5e2500.tar.gz
rockbox-565191ad502d1505d388d138b4d0e5df4a5e2500.zip
Add a shortcut type 'shutdown' which will turn off the player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/main_menu')
-rw-r--r--manual/main_menu/main.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 223ef2bd8d..2fa3366ada 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -280,6 +280,7 @@ 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)
+ \item A shortcut to shutdown the player
\end{itemize}
\note{Shortcuts into the database are not possible}
@@ -309,6 +310,8 @@ 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,
+ Causes the player to turn off.
\end{description}
If the name/icon items are not specified, a sensible default will be used.