diff options
Diffstat (limited to 'manual/main_menu/main.tex')
-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, | |||
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 | \opt{rtc}{ | ||
284 | \item The current time can be spoken | ||
285 | } | ||
286 | \item The sleep timer can be configured | ||
283 | \item The \dap{} can be turned off | 287 | \item The \dap{} can be turned off |
284 | \item A shortcut to have the time spoken | ||
285 | \item A shortcut to confgure the sleep timer | ||
286 | \end{itemize} | 288 | \end{itemize} |
287 | 289 | ||
288 | \note{Shortcuts into the database are not possible} | 290 | \note{Shortcuts into the database are not possible} |
@@ -312,10 +314,10 @@ Available types are: | |||
312 | \item[debug] \config{data} is the name of the debug menu item to display | 314 | \item[debug] \config{data} is the name of the debug menu item to display |
313 | \item[separator] \config{data} is ignored; \config{name} can be used to display text, | 315 | \item[separator] \config{data} is ignored; \config{name} can be used to display text, |
314 | or left blank to make the list more accessible with visual gaps | 316 | or left blank to make the list more accessible with visual gaps |
315 | \item[shutdown] \config{data} is ignored; \config{name} can be used to display text | 317 | \item[time] \config{data} needs to be \opt{rtc}{either ``talk'' to talk the time, or }``sleep X'' |
316 | \item[time] \config{data} needs to be either ``talk`` to talk the time, or ``sleep X`` | ||
317 | where X is the number of minutes to run the sleep timer for (0 to disable). \config{name} | 318 | where X is the number of minutes to run the sleep timer for (0 to disable). \config{name} |
318 | is required for this shortcut type. | 319 | is required for this shortcut type. |
320 | \item[shutdown] \config{data} is ignored; \config{name} can be used to display text | ||
319 | \end{description} | 321 | \end{description} |
320 | 322 | ||
321 | If the name/icon items are not specified, a sensible default will be used. | 323 | If the name/icon items are not specified, a sensible default will be used. |