summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/system_options.tex
diff options
context:
space:
mode:
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 +.