1
0
Fork 0
forked from len0rd/rockbox

shortcuts: Don't require name for 'time' (i.e. talk or sleep) shortcuts

Change-Id: I5b0777c10527f6a49ac7305ca0ba1d4c269333fe
This commit is contained in:
Christian Soffke 2025-06-06 17:58:39 +02:00
parent 19dc2466c8
commit e9d0be5dfd
51 changed files with 242 additions and 221 deletions

View file

@ -342,8 +342,7 @@ Available types are:
\item[time] \config{data} needs to be \opt{rtc}{either ``talk'' to talk the time, or }``sleep X''
where X can, optionally, be the number of minutes to run the sleep timer for (0 to disable).
If ``sleep'' is not followed by a number, the sleep timer can be stopped, if running,
or started using the default duration; \config{name} will be ignored in that case. Otherwise
\config{name} is required for this shortcut type.
or started using the default duration; \config{name} will be ignored in that case.
\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}