From 1aed109fa8c2a9e5a788295f523642bc71269351 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Sat, 3 Apr 2021 13:54:03 -0500 Subject: Add ability to always have autolock on Tested on ErosQ Added a setting in the Advanced Softlock menu to always have autolock on, rather than having to "arm" it with the softlock button. Lock/Unlock still works the same with this on, but when the screen turns off, the device always ends up in the locked state. Requires Autolock On to be set as well, and the normal Autolock functionality is unchanged with this off. Caveat: the power/softlock button must be pressed at least once after powering on the device or enabling the feature. After that, it should consistently always "arm" the autolock. Added feature to manual in manual/configure_rockbox/system_options.tex. Also updated some labels I had changed in the Advanced Key Lock menu and added information for Disable All Lock Notifications in a previous commit. Shared items also updated in manual/configure_rockbox/display_options.tex for selective backlight. Change-Id: I09dc6814bee803e40c7088157e1fe9d01d5f3474 --- manual/configure_rockbox/system_options.tex | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'manual/configure_rockbox/system_options.tex') diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex index bf82b8c074..59acdaa5f9 100755 --- a/manual/configure_rockbox/system_options.tex +++ b/manual/configure_rockbox/system_options.tex @@ -262,16 +262,16 @@ therefore result in better runtime. \item[Settings.] Allows to select actions that will \emph{not} be blocked by the key lock. \begin{itemize} - \item[Volume.] + \item[Exempt Volume] Volume up/down. - \item[Play.] + \item[Exempt Play] Toggling Play/Pause. - \item[Seek.] + \item[Exempt Seek] Seeking in a track. - \item[Skip.] + \item[Exempt Skip] Skipping of a track. \opt{HAVE_BACKLIGHT}{ - \item[Autolock On.] + \item[Autolock On] When the backlight turns off, softlock will lock the screen, activates when you press the lock key and if you manually lock again, while active it then disables autolock. @@ -284,16 +284,29 @@ therefore result in better runtime. \item (Lock Button Pressed \#3) >(device unlocked). \end{itemize} + \item[Always Autolock] + Force Autolock to always be active rather than cycling through the + list above. The device can be locked and unlocked manually, but + the lock will always engage when the backlight turns off. Requires + Autolock On to be enabled. + \note{The lock button must be pressed at least once after enabling + this setting and at least once every time the device is powered up.} } %\opt{HAVE_BACKLIGHT} \opt{touchpad}{ \item[Disable Touch.] Blocks touch screen buttons like the original. } - \item[Disable Notify.] + \item[Disable Locked Reminders] Suppresses the notification 'Buttons Locked' (still will if power button is pressed). \note{This is a pre-requisite for \setting{selectivebacklight} \reference{ref:selectivebacklight} to work also during key lock.} + \item[Disable All Lock Notifications] + Disable all softlock notifications, including when power button + is pressed. + \note{When this is enabled, Disable Locked Reminders is still required to + be enabled for \setting{selectivebacklight} \reference{ref:selectivebacklight} + to work during key lock.} \end{itemize} Selected actions are indicated by a leading +. -- cgit v1.2.3