forked from len0rd/rockbox
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
This commit is contained in:
parent
30a23fdd6d
commit
fbf83dc4ce
9 changed files with 73 additions and 7 deletions
|
|
@ -64,6 +64,7 @@
|
|||
Screen Scrolls Out Of View & on, off & N/A\\
|
||||
bidir limit & 0 to 200 & \% screen\\
|
||||
scroll paginated & on, off & N/A\\
|
||||
list wraparound & on, off & N/A\\
|
||||
hold\_lr\_for\_scroll\_in\_list & on, off & N/A\\
|
||||
show path in browser & off, current directory, full path & N/A\\
|
||||
contrast & 0 to 63 & N/A\\
|
||||
|
|
|
|||
|
|
@ -207,6 +207,9 @@
|
|||
When set to \setting{Yes} scrolling vertically on pages that surpass the
|
||||
screen size will page up/down instead of simply changing lines. This can be
|
||||
useful on slow displays.
|
||||
\item[List Wraparound.]
|
||||
When set to \setting{Yes}, scrolling will wrap around back to the opposite
|
||||
end of a list after the first or last item has been reached.
|
||||
\nopt{scrollwheel}{
|
||||
\item[List Acceleration Start Delay.]
|
||||
This setting enables the acceleration of scroll speed in lists when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue