mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
shortcuts: add 'reboot' type
Enabled by d55dcef
Change-Id: I689e289feb4715aab603bae4a6855cf5e227562b
This commit is contained in:
parent
f631bfe5b4
commit
8eeef333a1
3 changed files with 21 additions and 4 deletions
|
|
@ -293,7 +293,7 @@ settings. With a shortcut,
|
|||
\item The current time can be spoken
|
||||
}
|
||||
\item The sleep timer can be configured
|
||||
\item The \dap{} can be turned off
|
||||
\item The \dap{} can be turned off or rebooted
|
||||
\end{itemize}
|
||||
|
||||
\note{Shortcuts into the database are not possible}
|
||||
|
|
@ -330,6 +330,7 @@ Available types are:
|
|||
or started using the default duration; \config{name} will be ignored in that case. Otherwise
|
||||
\config{name} is required for this shortcut type.
|
||||
\item[shutdown] \config{data} is ignored; \config{name} can be used to display text
|
||||
\item[reboot] \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