diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-12-06 12:02:49 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-12-06 12:02:49 +0000 |
commit | 565191ad502d1505d388d138b4d0e5df4a5e2500 (patch) | |
tree | 0f8c1bdfb45dbb24343a216ca6e2d73c5bc022c0 /manual/main_menu/main.tex | |
parent | a55982d130c45ebb1b227296943b4173b61ce17d (diff) | |
download | rockbox-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/main.tex')
-rw-r--r-- | manual/main_menu/main.tex | 3 |
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, | |||
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 | \item A shortcut to shutdown the player | ||
283 | \end{itemize} | 284 | \end{itemize} |
284 | 285 | ||
285 | \note{Shortcuts into the database are not possible} | 286 | \note{Shortcuts into the database are not possible} |
@@ -309,6 +310,8 @@ Available types are: | |||
309 | \item[debug] \config{data} is the name of the debug menu item to display | 310 | \item[debug] \config{data} is the name of the debug menu item to display |
310 | \item[separator] \config{data} is ignored; \config{name} can be used to display text, | 311 | \item[separator] \config{data} is ignored; \config{name} can be used to display text, |
311 | or left blank to make the list more accessible with visual gaps | 312 | or left blank to make the list more accessible with visual gaps |
313 | \item[shutdown] \config{data} is ignored; \config{name} can be used to display text, | ||
314 | Causes the player to turn off. | ||
312 | \end{description} | 315 | \end{description} |
313 | 316 | ||
314 | If the name/icon items are not specified, a sensible default will be used. | 317 | If the name/icon items are not specified, a sensible default will be used. |