diff options
author | Alex Parker <rockbox@aeparker.com> | 2011-03-23 21:22:55 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2011-03-23 21:22:55 +0000 |
commit | e4da0c80680cf8c8e763792ba24289a17dd1ba56 (patch) | |
tree | cdd10df0fa3031900d2f3b1792ea87fe6ecd1c5c /manual | |
parent | 04bd51fbcba8f6608b0b2a8b37997e65e4d28b90 (diff) |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/configure_rockbox/display_options.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 430d361c57..74b5c07732 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -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} % |