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/recorderv2fm.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/recorderv2fm.tex')
-rw-r--r-- | manual/platform/recorderv2fm.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 731834d86d..b706c8d69b 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex @@ -76,9 +76,9 @@ %Button actions, Pitch Screen context \newcommand{\ActionPsIncSmall}{\ButtonUp} -\newcommand{\ActionPsIncBig}{Hold \ButtonUp} +\newcommand{\ActionPsIncBig}{Long \ButtonUp} \newcommand{\ActionPsDecSmall}{\ButtonDown} -\newcommand{\ActionPsDecBig}{Hold \ButtonDown} +\newcommand{\ActionPsDecBig}{Long \ButtonDown} \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonOn} |