summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-10-21 23:11:32 +0200
committerWilliam Wilgus <me.theuser@yahoo.com>2021-11-11 17:31:10 -0500
commitfbf83dc4ce939c06808c874d6ac1cc3926fedd50 (patch)
tree0ee23e943eaa5bf563afc7f2568a0112739a0e81 /manual
parent30a23fdd6de8fb46e7b1349126a9ae6921cf7555 (diff)
downloadrockbox-fbf83dc4ce939c06808c874d6ac1cc3926fedd50.tar.gz
rockbox-fbf83dc4ce939c06808c874d6ac1cc3926fedd50.zip
Add setting for disabling wrap-around lists
Allows user to decide whether scrolling lists will wrap around to the opposite end after the first or last item has been reached. Change-Id: I22156812cf4c857ddc4b6c48c1cef013b1985260
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex1
-rwxr-xr-xmanual/configure_rockbox/display_options.tex3
2 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 400643f88d..fd08f64335 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -64,6 +64,7 @@
64 Screen Scrolls Out Of View & on, off & N/A\\ 64 Screen Scrolls Out Of View & on, off & N/A\\
65 bidir limit & 0 to 200 & \% screen\\ 65 bidir limit & 0 to 200 & \% screen\\
66 scroll paginated & on, off & N/A\\ 66 scroll paginated & on, off & N/A\\
67 list wraparound & on, off & N/A\\
67 hold\_lr\_for\_scroll\_in\_list & on, off & N/A\\ 68 hold\_lr\_for\_scroll\_in\_list & on, off & N/A\\
68 show path in browser & off, current directory, full path & N/A\\ 69 show path in browser & off, current directory, full path & N/A\\
69 contrast & 0 to 63 & N/A\\ 70 contrast & 0 to 63 & N/A\\
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index d64734aec4..1eeb633a05 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -207,6 +207,9 @@
207 When set to \setting{Yes} scrolling vertically on pages that surpass the 207 When set to \setting{Yes} scrolling vertically on pages that surpass the
208 screen size will page up/down instead of simply changing lines. This can be 208 screen size will page up/down instead of simply changing lines. This can be
209 useful on slow displays. 209 useful on slow displays.
210 \item[List Wraparound.]
211 When set to \setting{Yes}, scrolling will wrap around back to the opposite
212 end of a list after the first or last item has been reached.
210 \nopt{scrollwheel}{ 213 \nopt{scrollwheel}{
211 \item[List Acceleration Start Delay.] 214 \item[List Acceleration Start Delay.]
212 This setting enables the acceleration of scroll speed in lists when 215 This setting enables the acceleration of scroll speed in lists when