summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-21 16:30:38 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-12-11 01:13:22 +0000
commitdcac2c616f7e87ac3f444ecc3893107f7a91ef22 (patch)
tree23685350f1eae00285e2e5f9230cdbda1328bb66 /manual/configure_rockbox
parenta3684e090ea637168c2542c7b4eaade756de3fe3 (diff)
downloadrockbox-dcac2c616f7e87ac3f444ecc3893107f7a91ef22.tar.gz
rockbox-dcac2c616f7e87ac3f444ecc3893107f7a91ef22.zip
Add setting for numeric list sort order
The sort order of numeric lists can now be changed with the new "List Order" setting. It defaults to ascending for most scrollwheel targets and descending for all others, matching the old hardcoded behavior. Change-Id: I4866f04ec5995158edf9e40badf7f661b3ddea81
Diffstat (limited to 'manual/configure_rockbox')
-rwxr-xr-xmanual/configure_rockbox/display_options.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index ee594d676a..5b4692b9ba 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -210,6 +210,12 @@
210 \item[List Wraparound.] 210 \item[List Wraparound.]
211 When set to \setting{Yes}, scrolling will wrap around back to the opposite 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. 212 end of a list after the first or last item has been reached.
213 \item[List Order.]
214 When set to \setting{Ascending}, numeric lists such as brightness and
215 volume will be sorted with the smallest value at the top of the list and
216 values increasing down the list. When set to \setting{Descending}, the
217 order is reversed -- the largest value is sorted at the top and values
218 will decrease down the list.
213 \nopt{scrollwheel}{ 219 \nopt{scrollwheel}{
214 \item[List Acceleration Start Delay.] 220 \item[List Acceleration Start Delay.]
215 This setting enables the acceleration of scroll speed in lists when 221 This setting enables the acceleration of scroll speed in lists when