From dcac2c616f7e87ac3f444ecc3893107f7a91ef22 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 21 Nov 2021 16:30:38 +0000 Subject: 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 --- manual/configure_rockbox/display_options.tex | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manual/configure_rockbox') 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 @@ \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. + \item[List Order.] + When set to \setting{Ascending}, numeric lists such as brightness and + volume will be sorted with the smallest value at the top of the list and + values increasing down the list. When set to \setting{Descending}, the + order is reversed -- the largest value is sorted at the top and values + will decrease down the list. \nopt{scrollwheel}{ \item[List Acceleration Start Delay.] This setting enables the acceleration of scroll speed in lists when -- cgit v1.2.3