summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/system_options.tex
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2021-04-03 13:54:03 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-04-05 11:09:32 +0000
commit1aed109fa8c2a9e5a788295f523642bc71269351 (patch)
tree2f164d9346e7aa487d277afa28ac18c47bed5c66 /manual/configure_rockbox/system_options.tex
parent962d412917a5cbb923847163a2beafaa3301dd8f (diff)
downloadrockbox-1aed109fa8c2a9e5a788295f523642bc71269351.tar.gz
rockbox-1aed109fa8c2a9e5a788295f523642bc71269351.zip
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
Diffstat (limited to 'manual/configure_rockbox/system_options.tex')
-rwxr-xr-xmanual/configure_rockbox/system_options.tex25
1 files changed, 19 insertions, 6 deletions
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.
262 \item[Settings.] 262 \item[Settings.]
263 Allows to select actions that will \emph{not} be blocked by the key lock. 263 Allows to select actions that will \emph{not} be blocked by the key lock.
264 \begin{itemize} 264 \begin{itemize}
265 \item[Volume.] 265 \item[Exempt Volume]
266 Volume up/down. 266 Volume up/down.
267 \item[Play.] 267 \item[Exempt Play]
268 Toggling Play/Pause. 268 Toggling Play/Pause.
269 \item[Seek.] 269 \item[Exempt Seek]
270 Seeking in a track. 270 Seeking in a track.
271 \item[Skip.] 271 \item[Exempt Skip]
272 Skipping of a track. 272 Skipping of a track.
273 \opt{HAVE_BACKLIGHT}{ 273 \opt{HAVE_BACKLIGHT}{
274 \item[Autolock On.] 274 \item[Autolock On]
275 When the backlight turns off, softlock will lock the screen, 275 When the backlight turns off, softlock will lock the screen,
276 activates when you press the lock key and if you manually lock 276 activates when you press the lock key and if you manually lock
277 again, while active it then disables autolock. 277 again, while active it then disables autolock.
@@ -284,16 +284,29 @@ therefore result in better runtime.
284 \item 284 \item
285 (Lock Button Pressed \#3) >(device unlocked). 285 (Lock Button Pressed \#3) >(device unlocked).
286 \end{itemize} 286 \end{itemize}
287 \item[Always Autolock]
288 Force Autolock to always be active rather than cycling through the
289 list above. The device can be locked and unlocked manually, but
290 the lock will always engage when the backlight turns off. Requires
291 Autolock On to be enabled.
292 \note{The lock button must be pressed at least once after enabling
293 this setting and at least once every time the device is powered up.}
287 } %\opt{HAVE_BACKLIGHT} 294 } %\opt{HAVE_BACKLIGHT}
288 \opt{touchpad}{ 295 \opt{touchpad}{
289 \item[Disable Touch.] 296 \item[Disable Touch.]
290 Blocks touch screen buttons like the original. 297 Blocks touch screen buttons like the original.
291 } 298 }
292 \item[Disable Notify.] 299 \item[Disable Locked Reminders]
293 Suppresses the notification 'Buttons Locked' 300 Suppresses the notification 'Buttons Locked'
294 (still will if power button is pressed). 301 (still will if power button is pressed).
295 \note{This is a pre-requisite for \setting{selectivebacklight} 302 \note{This is a pre-requisite for \setting{selectivebacklight}
296 \reference{ref:selectivebacklight} to work also during key lock.} 303 \reference{ref:selectivebacklight} to work also during key lock.}
304 \item[Disable All Lock Notifications]
305 Disable all softlock notifications, including when power button
306 is pressed.
307 \note{When this is enabled, Disable Locked Reminders is still required to
308 be enabled for \setting{selectivebacklight} \reference{ref:selectivebacklight}
309 to work during key lock.}
297 310
298 \end{itemize} 311 \end{itemize}
299 Selected actions are indicated by a leading +. 312 Selected actions are indicated by a leading +.