forked from len0rd/rockbox
Integrate the new option to the theme engine and to the manual
Change-Id: I8890723a37f905727d068e484b841e1ddaf8f98c
This commit is contained in:
parent
49bbfe7505
commit
14a8f9a863
3 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
||||||
scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\
|
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 scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\
|
||||||
Screen Scrolls Out Of View & on, off & N/A\\
|
Screen Scrolls Out Of View & on, off & N/A\\
|
||||||
|
Disable main menu scrolling & on, off & N/A\\
|
||||||
bidir limit & 0 to 200 & \% screen\\
|
bidir limit & 0 to 200 & \% screen\\
|
||||||
scroll paginated & on, off & N/A\\
|
scroll paginated & on, off & N/A\\
|
||||||
list wraparound & on, off & N/A\\
|
list wraparound & on, off & N/A\\
|
||||||
|
|
|
@ -198,6 +198,11 @@
|
||||||
will keep the list entries at their fixed positions and allow them to be
|
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
|
scrolled out of view, whereas \setting{No} will only scroll those entries
|
||||||
which surpass the right margin.
|
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.]
|
\item[Screen Scroll Step Size.]
|
||||||
Defines the number of pixels the horizontal manual screen scroll should move
|
Defines the number of pixels the horizontal manual screen scroll should move
|
||||||
for each step.
|
for each step.
|
||||||
|
|
|
@ -40,6 +40,7 @@ scroll delay
|
||||||
scroll step
|
scroll step
|
||||||
screen scroll step
|
screen scroll step
|
||||||
Screen Scrolls Out Of View
|
Screen Scrolls Out Of View
|
||||||
|
Disable main menu scrolling
|
||||||
bidir limit
|
bidir limit
|
||||||
scroll paginated
|
scroll paginated
|
||||||
hold_lr_for_scroll_in_list
|
hold_lr_for_scroll_in_list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue