diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-12 08:26:56 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-12 08:52:24 -0400 |
commit | f8e602ecfdc2fb7f97cb7e90b9899076ef60b97f (patch) | |
tree | 2b7dafa9af1de48923e380db207c7929182c8034 | |
parent | a2747a1bd1afeeb1205fd26ada22f09f1feff81c (diff) | |
download | rockbox-f8e602ecfd.tar.gz rockbox-f8e602ecfd.zip |
manual: Fix iHP-H10 HTML build
Change-Id: I824eb8254339d50eb9a99897f70a871e8d51b134
-rwxr-xr-x | manual/configure_rockbox/display_options.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 5b4692b9ba..e2b5c3eccd 100755 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -191,11 +191,9 @@ is, expressed in percentage of the line length. \item[Screen Scrolls Out of View.] Screens can be manually scrolled horizontally by pressing - \opt{IRIVER_H10_PAD}{Long \ButtonRew/\ButtonFF}% - \opt{IRIVER_H10_PAD,XDUOO_X3_PAD}{Long \ButtonPrev/\ButtonNext}% - \nopt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,XDUOO_X3_PAD% - ,touchscreen}{% - Long \ButtonRight/\ButtonLeft}. + \opt{IRIVER_H10_PAD}{Long \ButtonRew/\ButtonFF} + \opt{XDUOO_X3_PAD}{Long \ButtonPrev/\ButtonNext} + \nopt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,XDUOO_X3_PAD,touchscreen}{Long \ButtonRight/\ButtonLeft}. Setting this option to \setting{Yes} 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 |