diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-11-30 15:45:45 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-11-30 15:45:45 +0000 |
commit | e997c5287cf4878d695029143a154bd8b2149b39 (patch) | |
tree | 382f2fbdb07844b2ec4c84a16d91af77ebb93cb8 /manual/platform/h10_5gb.tex | |
parent | b100a20e0d11ec74bca422efa86fbc3fdc281dc8 (diff) | |
download | rockbox-e997c5287cf4878d695029143a154bd8b2149b39.tar.gz rockbox-e997c5287cf4878d695029143a154bd8b2149b39.zip |
Use Long <button> instead of a mix between Hold/Long
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11628 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/h10_5gb.tex')
-rw-r--r-- | manual/platform/h10_5gb.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 8b6b197032..f7308538bf 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -73,9 +73,9 @@ %Button actions, Pitch Screen context \newcommand{\ActionPsIncSmall}{\ButtonScrollUp} -\newcommand{\ActionPsIncBig}{Hold \ButtonScrollUp} +\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp} \newcommand{\ActionPsDecSmall}{\ButtonScrollDown} -\newcommand{\ActionPsDecBig}{Hold \ButtonScrollDown} +\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown} \newcommand{\ActionPsNudgeLeft}{\ButtonRew} \newcommand{\ActionPsNudgeRight}{\ButtonFF} \newcommand{\ActionPsReset}{\ButtonPlay} |