From 14a8f9a863f5534333df1359822e2f126583d473 Mon Sep 17 00:00:00 2001 From: Paul Sauro Date: Thu, 29 Aug 2024 02:22:27 +0200 Subject: [PATCH] Integrate the new option to the theme engine and to the manual Change-Id: I8890723a37f905727d068e484b841e1ddaf8f98c --- manual/appendix/config_file_options.tex | 1 + manual/configure_rockbox/display_options.tex | 5 +++++ utils/themeeditor/resources/configkeys | 1 + 3 files changed, 7 insertions(+) diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index b3e4363815..01deb1f174 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -67,6 +67,7 @@ scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\ screen scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\ Screen Scrolls Out Of View & on, off & N/A\\ + Disable main menu scrolling & on, off & N/A\\ bidir limit & 0 to 200 & \% screen\\ scroll paginated & on, off & N/A\\ list wraparound & on, off & N/A\\ diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index e2b5c3eccd..0d42115efe 100755 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -198,6 +198,11 @@ will keep the list entries at their fixed positions and allow them to be scrolled out of view, whereas \setting{No} will only scroll those entries which surpass the right margin. + \item[Disable main menu scrolling] + Setting this option to \setting{Yes} + will stop all kind of text scrollings while you are laying on the main menu + which may greatly help at avoiding visual glitches if you are using a theme + that has a lockscreen. \item[Screen Scroll Step Size.] Defines the number of pixels the horizontal manual screen scroll should move for each step. diff --git a/utils/themeeditor/resources/configkeys b/utils/themeeditor/resources/configkeys index 67b84b8e68..b4c2d6e105 100644 --- a/utils/themeeditor/resources/configkeys +++ b/utils/themeeditor/resources/configkeys @@ -40,6 +40,7 @@ scroll delay scroll step screen scroll step Screen Scrolls Out Of View +Disable main menu scrolling bidir limit scroll paginated hold_lr_for_scroll_in_list