MAke manuals build again. Non scrollwheel targets don't have \ButtonScrollXX, so use \ActionStdXX instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29636 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04bd51fbcb
commit
e4da0c8068
1 changed files with 3 additions and 3 deletions
|
@ -184,16 +184,16 @@
|
|||
\nopt{scrollwheel}{
|
||||
\item[List Acceleration Start Delay.]
|
||||
This setting enables the acceleration of scroll speed in lists when
|
||||
holding \ButtonScrollUp{} or \ButtonScrollDown{}. When set to
|
||||
holding \ActionStdPrev{} or \ActionStdNext{}. When set to
|
||||
\setting{Off} the acceleration is disabled. When any other value is set
|
||||
the acceleration will start to accelerate after holding
|
||||
\ButtonScrollUp{} or \ButtonScrollDown{} for the chosen time (in
|
||||
\ActionStdPrev{} or \ActionStdNext{} for the chosen time (in
|
||||
seconds).
|
||||
\item[List Acceleration Speed.]
|
||||
This setting controls how fast the scroll speed accelerates. The scroll
|
||||
speed will increase every N seconds. For example, selecting
|
||||
\setting{Speed up every 3s} will increase the scroll speed every 3
|
||||
seconds while \ButtonScrollUp{} or \ButtonScrollDown{} is held.
|
||||
seconds while \ActionStdPrev{} or \ActionStdNext{} is held.
|
||||
}
|
||||
\end{description}
|
||||
%
|
||||
|
|
Loading…
Reference in a new issue